misc minor fixes

[SVN r7938]
This commit is contained in:
John Maddock 2000-10-14 12:03:10 +00:00
parent 74c8680350
commit 89c74708d7

View File

@ -128,6 +128,7 @@ template class boost::compressed_pair<empty_UDT, empty_POD_UDT>;
#endif #endif
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
#ifndef __MWERKS__
// //
// now some for which only a few specific members can be instantiated, // now some for which only a few specific members can be instantiated,
// first references: // first references:
@ -137,7 +138,6 @@ template compressed_pair<double, int&>::compressed_pair(int&);
template compressed_pair<double, int&>::compressed_pair(call_traits<double>::param_type,int&); template compressed_pair<double, int&>::compressed_pair(call_traits<double>::param_type,int&);
// //
// and then arrays: // and then arrays:
#ifndef __MWERKS__
#ifndef __BORLANDC__ #ifndef __BORLANDC__
template call_traits<int[2]>::reference compressed_pair<double, int[2]>::second(); template call_traits<int[2]>::reference compressed_pair<double, int[2]>::second();
#endif #endif
@ -149,3 +149,4 @@ template compressed_pair<double, int[2]>::compressed_pair();