This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aefbec9dfd8dc8a7bb420f4ad620e356f9e00a48
clang-p2996
/
libcxx
/
test
/
utilities
/
tuple
/
tuple.tuple
History
Marshall Clow
05c8dad230
Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tuple_element_t<> as an alias for tuple_element<>::type. Clean up the synopsis for tuple_element in <utility> as well.
...
llvm-svn: 202673
2014-03-03 06:18:11 +00:00
..
tuple.assign
…
tuple.cnstr
Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
2013-12-02 18:08:31 +00:00
tuple.creation
Implement LWG issue 2301: Mark std::tie as constexpr
2014-02-25 16:11:46 +00:00
tuple.elem
War on tabs
2013-08-07 19:39:48 +00:00
tuple.helper
Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tuple_element_t<> as an alias for tuple_element<>::type. Clean up the synopsis for tuple_element in <utility> as well.
2014-03-03 06:18:11 +00:00
tuple.rel
Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixing bug
#16599
. Thanks to Howard for the review and updates.
2013-07-22 16:02:19 +00:00
tuple.special
…
tuple.swap
…
tuple.traits
…
alloc_first.h
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
2014-01-16 16:58:45 +00:00
alloc_last.h
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
2014-01-16 16:58:45 +00:00
empty_member.pass.cpp
…
MoveOnly.h
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
2014-01-16 16:58:45 +00:00