mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Fix for namspace repetetion which should have been individual namespaces
This commit is contained in:
parent
42bd3cc79b
commit
bea910e122
@ -481,7 +481,7 @@ def beginHeader(pathToHeader, namespace, nsList):
|
|||||||
print("#include <sqlpp11/char_sequence.h>", file=header)
|
print("#include <sqlpp11/char_sequence.h>", file=header)
|
||||||
print("", file=header)
|
print("", file=header)
|
||||||
for ns in nsList:
|
for ns in nsList:
|
||||||
print("namespace " + namespace, file=header)
|
print("namespace " + ns, file=header)
|
||||||
print("{", file=header)
|
print("{", file=header)
|
||||||
return header
|
return header
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user