From 89c74708d708ee506c09c003a94938ca4c3f500b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 14 Oct 2000 12:03:10 +0000 Subject: [PATCH] misc minor fixes [SVN r7938] --- compressed_pair_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); +