mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 10:10:28 -06:00
Fix namespace closing comment order in ddl2cpp script
This commit is contained in:
@@ -162,7 +162,7 @@ def main():
|
||||
print(' };', file=header)
|
||||
|
||||
|
||||
for ns in nsList:
|
||||
for ns in reversed(nsList):
|
||||
print('} // namespace ' + ns, file=header)
|
||||
print('#endif', file=header)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user