Skip to content

Commit

Permalink
Corrected messed up #if/#endif pair in table_reference.h
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed Jul 21, 2024
1 parent c059cbd commit 5da3ba3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev/table_reference.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include <type_traits> // std::remove_const, std::type_identity
#endif

#include "functional/cxx_type_traits_polyfill.h"

Expand Down
1 change: 0 additions & 1 deletion include/sqlite_orm/sqlite_orm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,6 @@ namespace sqlite_orm::internal {
// #include "table_reference.h"

#include <type_traits> // std::remove_const, std::type_identity
#endif

// #include "functional/cxx_type_traits_polyfill.h"

Expand Down

0 comments on commit 5da3ba3

Please sign in to comment.