The Standard requires meow_insert_iterator::reference to be void.
This is a libcxx product and test bug, since the type is observable. Mark these static_asserts as libcxx-specific, because MSVC follows the Standard strictly here.
Paths
| Differential D21875
[libcxx] [test] The Standard requires meow_insert_iterator::reference to be void. ClosedPublic Authored by STL_MSFT on Jun 29 2016, 4:33 PM.
Details
Summary The Standard requires meow_insert_iterator::reference to be void. This is a libcxx product and test bug, since the type is observable. Mark these static_asserts as libcxx-specific, because MSVC follows the Standard strictly here.
Diff Detail Event TimelineEricWF edited edge metadata. Comment ActionsI fixed both the libc++ implementation and tests in r274209. This revision is now accepted and ready to land.Jun 29 2016, 9:48 PM
Revision Contents
Diff 62308 test/std/iterators/predef.iterators/insert.iterators/back.insert.iterator/types.pass.cpp
test/std/iterators/predef.iterators/insert.iterators/front.insert.iterator/types.pass.cpp
test/std/iterators/predef.iterators/insert.iterators/insert.iterator/types.pass.cpp
|