We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea916d7 commit 035ebffCopy full SHA for 035ebff
cpp2py/cpp2py_info_base.py
@@ -34,6 +34,7 @@ class Cpp2pyInfoStd:
34
'std::.*tuple' : 'tuple',
35
'std::.*optional' : 'optional',
36
'std::.*variant' : 'variant',
37
+ 'std::.*array' : 'std_array',
38
}
39
40
table_converters = dict ( (k, "cpp2py/converters/%s.hpp"%v) for (k,v) in list(_table_converters.items()))
0 commit comments