https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287510
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dimitry Andric <[email protected]> --- It seems libc++ disagrees that it was in C++11, and indeed I cannot find it in my copy of the C++11 standard. https://en.cppreference.com/w/cpp/types/is_null_pointer.html#Notes also mentions: > In libc++, std::is_null_pointer is not available in C++11 mode. https://cplusplus.github.io/LWG/issue2247 talks about this, i.e. it seems to have been reported as a defect in C++11, and then submitted for inclusion in C++14. -- You are receiving this mail because: You are the assignee for the bug.
