List DR532 as implemented on the defect report status page by renaming the namespace.

llvm-svn: 210080
This commit is contained in:
Nikola Smiljanic 2014-06-03 07:06:20 +00:00
parent 06a67e2c6f
commit b226964e25
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ namespace dr525 { // dr525: yes
} }
} }
// Core DR 532. // PR8130
namespace PR8130 { namespace dr532 { // dr532: 3.5
struct A { }; struct A { };
template<class T> struct B { template<class T> struct B {