Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Mar 31, 2018
1 parent 64160e2 commit b22001d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/py/autowig/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,7 @@ def bootstrap(asg, flags, **kwargs):
headers.append("")
for spc in gray:
if spc not in forbidden:
# if not spc.startswith('class ::std::unique_ptr') and not spc.startswith('class ::statiskit::Selection'):
# if not spc.startswith('class ::statiskit::Selection'):
if not spc.startswith('class ::std::unique_ptr'):
headers.append("template " + spc + ";")
headers.append("template " + spc + ";")
forbidden.update(set(gray))
header = NamedTemporaryFile(delete=False)
if six.PY2:
Expand Down

0 comments on commit b22001d

Please sign in to comment.