Skip to content

Commit

Permalink
Updating include files
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Mar 27, 2024
1 parent c8cddfb commit 7833ea3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "tools/overload.hpp"

#include "tools/Log.hpp"
#include "tools/std20.hpp"

8 changes: 8 additions & 0 deletions src/tools/std20.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include "tools/std20/algorithm.hpp"
#include "tools/std20/concepts.hpp"
#include "tools/std20/functional.hpp"
#include "tools/std20/iterator.hpp"
#include "tools/std20/ranges.hpp"
#include "tools/std20/type_traits.hpp"
#include "tools/std20/views.hpp"

0 comments on commit 7833ea3

Please sign in to comment.