From b6b6559f4bab8fc18a42c1a577924b6f06fb2400 Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Wed, 19 Sep 2007 02:59:00 +0000 Subject: [PATCH] Update the mipspro.jam file so have the compiler emit each referenced template in the object file where referenced and then rely on the linker to remove duplicates. Added some missing macros to sgi_mipspro.hpp. [SVN r39382] --- include/boost/config/compiler/sgi_mipspro.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/config/compiler/sgi_mipspro.hpp b/include/boost/config/compiler/sgi_mipspro.hpp index 689b67ee..33e97e9a 100644 --- a/include/boost/config/compiler/sgi_mipspro.hpp +++ b/include/boost/config/compiler/sgi_mipspro.hpp @@ -17,6 +17,10 @@ // if no threading API is detected. // #define BOOST_HAS_THREADS +#define BOOST_NO_TWO_PHASE_NAME_LOOKUP + +#undef BOOST_NO_SWPRINTF +#undef BOOST_DEDUCED_TYPENAME // // version check: // probably nothing to do here?