Y
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
panzi
106 days ago
Is there an implementation that does that?
link
dataflow
106 days ago
With std::nullptr_t on MSVC, it's always there without any includes.
link