]> granicus.if.org Git - clang/commit
An instantiation of a constexpr static data member in a class template is
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 Jan 2012 22:46:17 +0000 (22:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 Jan 2012 22:46:17 +0000 (22:46 +0000)
commit796c1a1e3e63e459e371383ac878aa5f40b02a8c
treec56e4ea43c7a11e3f4a058d5f61af8bd996f8cd6
parentfcaf27e185695bdf755e202aeba9632e0a8ef3c6
An instantiation of a constexpr static data member in a class template is
constexpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148505 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CXX/class/class.static/class.static.data/p3.cpp