summaryrefslogtreecommitdiffstats
path: root/include/variant
Commit message (Expand)AuthorAgeFilesLines
* Fix PR31916 - std::visit rejects visitors accepting lvalue argumentsEric Fiselier2017-02-091-1/+1
* Fix variant build errors with GCC 7Eric Fiselier2017-02-051-2/+1
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-2/+4
* Added a workaround for a `-fdelayed-template-parsing` bug.Michael Park2017-01-161-8/+13
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-33/+33
* remove some inherited attributes on exceptionsSaleem Abdulrasool2016-12-311-1/+1
* Choose better hash values for std::monostate and valueless variants.Eric Fiselier2016-12-041-2/+4
* Fix <variant> w/o exception supportEric Fiselier2016-12-031-2/+12
* Fix C++03 buildEric Fiselier2016-12-021-1/+1
* Make variant's index part of the hash valueEric Fiselier2016-12-021-1/+3
* Fix generated warnings in <variant>Eric Fiselier2016-12-021-4/+5
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-021-0/+1553