Skip to content

Commit

Permalink
Fix automatic inclusion of std::array converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed May 27, 2020
1 parent ea916d7 commit 035ebff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp2py/cpp2py_info_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Cpp2pyInfoStd:
'std::.*tuple' : 'tuple',
'std::.*optional' : 'optional',
'std::.*variant' : 'variant',
'std::.*array' : 'std_array',
}

table_converters = dict ( (k, "cpp2py/converters/%s.hpp"%v) for (k,v) in list(_table_converters.items()))
Expand Down

0 comments on commit 035ebff

Please sign in to comment.