aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class/class.static/class.static.data/p3.cpp
AgeCommit message (Expand)Author
2013-01-29Move -Wstatic-float-init fixit into a note & don't recover as if constexprDavid Blaikie
2013-01-25Sync 'in class initialization of static const double' extension up with GCC,Richard Smith
2012-02-13Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith
2012-02-13Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith
2012-01-19Further testing for instantiation of out-of-line constexpr static data memberRichard Smith
2012-01-19An instantiation of a constexpr static data member in a class template isRichard Smith
2011-11-07constexpr: static data members declared constexpr are required to have anRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-06PR11067: A definition of a constexpr static variable doesn't need an initiali...Richard Smith
2011-09-30Suggest adding 'constexpr' if the GNU extension for in-class initializers for...Richard Smith
2011-09-29Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith
2011-09-29constexpr: semantic checking for constexpr variables.Richard Smith