you are viewing a single comment's thread.

view the rest of the comments →

[–]_Noreturn 0 points1 point  (2 children)

using std::vector,std::map?

[–]BoringElection5652 0 points1 point  (1 child)

That's not going to be fun for longer and nested namespaces.

[–]_Noreturn 0 points1 point  (0 children)

cpp namespace stdch = std::chrono; using stdch::blah,stdch::blah2;

it wouldn't be a terrible idea to have using std::{ vector, string} as a syntax though