Chlumsky/json-cpp-gen

Namespace alias support

Chlumsky opened this issue · 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.