We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f0a7b8 + 9ef4adb commit 24f62d0Copy full SHA for 24f62d0
1 file changed
barretenberg/cpp/src/barretenberg/common/map.hpp
@@ -32,8 +32,4 @@ std::array<OutElem, SIZE> map(std::array<InElem, SIZE> const& in, F&& op)
32
std::transform(in.begin(), in.end(), result.begin(), op);
33
return result;
34
}
35
-<<<<<<< HEAD
36
-
37
-=======
38
->>>>>>> origin/next
39
} // namespace bb::transform
0 commit comments