summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/constexpr_char_traits.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-221-21/+21
| | | | llvm-svn: 267131
* Add pragma system header to some experimental headers and add newlines to files.Eric Fiselier2015-02-101-1/+1
| | | | llvm-svn: 228712
* Mark assign to be constepr only in c++14; can't have constexpr fns that ↵Marshall Clow2014-06-101-1/+1
| | | | | | return void in C++11 llvm-svn: 210562
* Testing infastructure: A template for char_traits where all the functions ↵Marshall Clow2014-06-061-0/+138
are constexpr, and a comparison predicate which counts how many times it's been called. llvm-svn: 210381
OpenPOWER on IntegriCloud