CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
131 stars 45 forks source link

KeyError: (('/usr/include/c++/5/type_traits', 564), ('::', 'std', 'type')) #109

Closed nnWhisperer closed 4 years ago

nnWhisperer commented 4 years ago

Hi, I have tried CastXML prebuilt binary "Created September 4, 2019 at 5:10:09" and installed pygccxml(1.9.1) using pip. I use std=c++14 for the compilation. I use Ubuntu 16.04 LTS. What could be the reason and how could I keep forward?