Chlumsky opened this issue 2 years ago · 0 comments
Apparently it is possible to alias namespaces as
namespace standard_library = std; namespace schrono = std::chrono;
Header parser would fail if this was encountered.