summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p2.cpp
Commit message (Expand)AuthorAgeFilesLines
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-8/+19
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-0/+1
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-2/+2
* Improve diagnostic on default-initializing const variables (PR20208).Nico Weber2014-07-231-2/+2
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-2/+2
* Explicitly defaulted constructors cannot be used for default initialization.Aaron Ballman2012-07-311-3/+13
* Fold the six functions checking explicitly-defaulted special member functionsRichard Smith2012-05-151-1/+59
* Special members which are defaulted or deleted on their first declaration areRichard Smith2012-02-261-1/+2
* PR11614: Mark defaulted special constructors as constexpr if their implicitRichard Smith2011-12-221-0/+55