Skip to content

Commit 5da3ba3

Browse files
committed
Corrected messed up #if/#endif pair in table_reference.h
1 parent c059cbd commit 5da3ba3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/table_reference.h

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22

33
#include <type_traits> // std::remove_const, std::type_identity
4-
#endif
54

65
#include "functional/cxx_type_traits_polyfill.h"
76

include/sqlite_orm/sqlite_orm.h

-1
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,6 @@ namespace sqlite_orm::internal {
19261926
// #include "table_reference.h"
19271927

19281928
#include <type_traits> // std::remove_const, std::type_identity
1929-
#endif
19301929

19311930
// #include "functional/cxx_type_traits_polyfill.h"
19321931

0 commit comments

Comments
 (0)