It seems that nullptr
is declared in the default global namespace. Wouldn't it make sense for it to be in the std
namespace?
nullptr
is a C++11 keyword (no different to if
, public
, true
, void
, etc.), so namespaces don't apply.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With