updated and fixed online version
This commit is contained in:
parent
fdfb39d949
commit
236b7afff5
3 changed files with 4 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
<a target="_blank" href="http://melpon.org/wandbox/permlink/y0porRuf7gTGQrIn"><b>online</b></a>
|
||||
<a target="_blank" href="http://melpon.org/wandbox/permlink/wuiuqYiYqRTdI3rG"><b>online</b></a>
|
||||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue