Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
| include/functional | ||
|---|---|---|
| 1431 | I agree this should never be called. I'm unsure of this use of _LIBCPP_ASSERT because (as I understand it) _LIBCPP_ASSERT should be used to verify that the user is using libc++ correctly and not that our implementation is correct. | |
| 1446–1448 | When is it possible for __f_ to be null? | |
I agree this should never be called. I'm unsure of this use of _LIBCPP_ASSERT because (as I understand it) _LIBCPP_ASSERT should be used to verify that the user is using libc++ correctly and not that our implementation is correct.