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.
1 parent 657034a commit 40d3378Copy full SHA for 40d3378
README.md
@@ -31,7 +31,7 @@ which dynamic memory allocations are undesired.
31
32
#include <beman/inplace_vector/inplace_vector.hpp>
33
34
-using namespace beman::inplace_vector;
+using namespace beman;
35
36
/**
37
* Generates fibonacci sequence using inplace_vector.
examples/fibonacci.cpp
@@ -4,8 +4,7 @@
4
5
6
7
-template <typename T, std::size_t N>
8
-using inplace_vector = beman::inplace_vector<T, N>;
9
10
11
0 commit comments