Skip to content
Commit 74494d99 authored by zoecarver's avatar zoecarver
Browse files

[libc++] Don't use __is_fundamental in C++03 mode

In C++03 mode, nullptr is defined by libc++, not the compiler so, we can't use __is_fundamental (because it will return false for nullptr).

Fixes: 5ade17e0
parent 50f19853
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment