Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.3.x
-
None
-
Incorrect Behavior
Description
The standard requires that std::is_scalar<std::nullptr_t>::value evaluate to true. The current implementation doesn't consider the std::nullptr_t type because it is not implemented yet.