This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-17 09:36:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
iterators
History
Marshall Clow
05333fc8af
Implement LWG#680, which was missed lo these many moons ago, and was reported as bug
#27259
. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing.
...
llvm-svn: 265914
2016-04-11 03:54:53 +00:00
..
iterator.container
Cleaning up the test suite; remove some includes of non-standard file <__config>
2015-01-18 19:05:51 +00:00
iterator.primitives
Implement LWG#2353: std::next is over-constrained
2015-11-07 17:48:49 +00:00
iterator.range
Cleaning up the test suite; remove some includes of non-standard file <__config>
2015-01-18 19:05:51 +00:00
iterator.requirements
…
iterator.synopsis
…
iterators.general
[libcxx] Make __wrap_iter work with gcc.
2015-01-27 19:27:39 +00:00
predef.iterators
Implement LWG#680, which was missed lo these many moons ago, and was reported as bug
#27259
. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing.
2016-04-11 03:54:53 +00:00
stream.iterators
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
2016-01-20 04:59:57 +00:00
version.pass.cpp
…