diff --git a/compressed_pair_test.cpp b/compressed_pair_test.cpp index dd49373..85956b7 100644 --- a/compressed_pair_test.cpp +++ b/compressed_pair_test.cpp @@ -128,6 +128,7 @@ template class boost::compressed_pair; #endif #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION +#ifndef __MWERKS__ // // now some for which only a few specific members can be instantiated, // first references: @@ -137,7 +138,6 @@ template compressed_pair::compressed_pair(int&); template compressed_pair::compressed_pair(call_traits::param_type,int&); // // and then arrays: -#ifndef __MWERKS__ #ifndef __BORLANDC__ template call_traits::reference compressed_pair::second(); #endif @@ -149,3 +149,4 @@ template compressed_pair::compressed_pair(); +