From cdee5997af2d30b3daf8850ff47e7517a3d4103d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 4 Nov 2003 20:17:48 +0000 Subject: [PATCH] obsolete MIPSpro workaround removed [SVN r20667] --- include/boost/python/args.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/python/args.hpp b/include/boost/python/args.hpp index c10985e0..b5c27be8 100644 --- a/include/boost/python/args.hpp +++ b/include/boost/python/args.hpp @@ -136,10 +136,6 @@ namespace detail # endif } -#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 -class old_edg_workaround_for_arg { friend class arg; }; -#endif - namespace detail { template