1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-07 23:41:10 +03:00

updated and fixed online version

This commit is contained in:
Niels
2016-02-07 15:07:17 +01:00
parent fdfb39d949
commit 236b7afff5
3 changed files with 4 additions and 3 deletions

View File

@ -100,7 +100,8 @@ def main():
'code': open(cpp).read(),
'codes': [{
'file': os.path.relpath(header, directory),
'code': strip_comments(open(header).read())
#'code': strip_comments(open(header).read())
'code': open(header).read()
} for header in headers(directory)],
'options': 'boost-nothing,c++11',
'compiler': 'gcc-4.9.2',