[patch] testsuite file fails concept-checks

Benjamin Kosnik bkoz@redhat.com
Mon May 17 13:45:00 GMT 2004


Jonathan

This patch is fine, but your spacing is off. 

-      _Tp __c(__a) _IsUnused;           // require const copy constructor
+      _Tp __c _IsUnused (__a);           // require const copy constructor

should be

+      _Tp __c _IsUnused(__a);           // require const copy constructor

And others. With this issue fixed this is ok for 3.4 and mainline.

Thanks,
benjamin



More information about the Libstdc++ mailing list