summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler2017-03-231-0/+20
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-121-3/+0
* Use effective-target instead of -std optionsJonathan Wakely2016-08-261-2/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::ti...Jonathan Wakely2015-05-021-15/+19
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-161-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik2012-10-181-1/+45
* less_or_equal.cc: New.Paolo Carlini2011-09-161-5/+9
* tuple (make_tuple, [...]): Declare constexpr.Paolo Carlini2011-09-161-5/+0
* tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a...Daniel Krugler2011-09-131-5/+0
* re PR libstdc++/50159 ([C++0x] tuple_cat only accepts two arguments)Daniel Krugler2011-09-111-1/+4
* tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr.Benjamin Kosnik2011-09-071-0/+90