On 12-09-21 8:07 AM, Henri Sivonen wrote: > What's the type of nullptr on Mac OS X 10.7 debug build? On tryserver, > the compiler complains that there’s no nullptr_t in namespace std when > using std::nullptr_t. Including <cstddef> does not help. > MOZ_HAVE_CXX11_NULLPTR is defined, however. > > Use case: Catching nullptr assignment in operator=.
nullptr_t is defined in libc++ but not in the version of libstdc++ that I have installed on my Mac. Cheers, Ehsan _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

