mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-04-25 05:38:24 -05:00
Moved data types into separate folder, split boolean
Each file within data_types/boolean/ is relatively short and easy to grok.
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ print('#ifndef '+get_include_guard_name(namespace, pathToHeader), file=header)
|
||||
print('#define '+get_include_guard_name(namespace, pathToHeader), file=header)
|
||||
print('', file=header)
|
||||
print('#include <' + INCLUDE + '/table.h>', file=header)
|
||||
print('#include <' + INCLUDE + '/column_types.h>', file=header)
|
||||
print('#include <' + INCLUDE + '/data_types.h>', file=header)
|
||||
print('#include <' + INCLUDE + '/char_sequence.h>', file=header)
|
||||
print('', file=header)
|
||||
print('namespace ' + namespace, file=header)
|
||||
|
||||
Reference in New Issue
Block a user