
| Key: |
STDCXX-979
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Travis Vitek
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
1h
|
|
|
Remaining Estimate:
|
1h
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Severity: |
Incorrect Behavior
|
|
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.
|
|
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. |
Show » |
|