Hacker News new | ask | show | jobs
by direwolf20 106 days ago
Parts of the language being in the std namespace isn't really a problem. An implementation is free to treat initializer lists as a built-in type.
1 comments

Is there an implementation that does that?
With std::nullptr_t on MSVC, it's always there without any includes.