Skip to content

Commit

Permalink
delete unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Nov 28, 2024
1 parent 1e83a61 commit 2ccc335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/fibonacci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <beman/inplace_vector/inplace_vector.hpp>

// using namespace std::inplace_vector;
template <typename T, std::size_t N>
using inplace_vector = beman::inplace_vector<T, N>;

Expand Down

0 comments on commit 2ccc335

Please sign in to comment.