Author: steleman
Date: Sat Sep  1 17:20:47 2012
New Revision: 1379813

URL: http://svn.apache.org/viewvc?rev=1379813&view=rev
Log:
* tests/containers/23.bitset.cpp: swapped lines to avoid compiler bug
(see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54442)

Modified:
    stdcxx/branches/4.2.x/tests/containers/23.bitset.cpp

Modified: stdcxx/branches/4.2.x/tests/containers/23.bitset.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/containers/23.bitset.cpp?rev=1379813&r1=1379812&r2=1379813&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/tests/containers/23.bitset.cpp (original)
+++ stdcxx/branches/4.2.x/tests/containers/23.bitset.cpp Sat Sep  1 17:20:47 
2012
@@ -278,8 +278,8 @@ test_synopsis (std::bitset<0>*)
     MEMFUN (Bitset&, flip, ());
     MEMFUN (Bitset&, flip, (std::size_t));
 
-    MEMFUN (Bitset::reference, operator[], (std::size_t));
     MEMFUN (bool, operator[], (std::size_t) const);
+    MEMFUN (Bitset::reference, operator[], (std::size_t));
 
     MEMFUN (unsigned long, to_ulong, () const);
 


Reply via email to