diff --git a/include/boost/detail/call_traits.hpp b/include/boost/detail/call_traits.hpp index ec161c6..ac198c2 100644 --- a/include/boost/detail/call_traits.hpp +++ b/include/boost/detail/call_traits.hpp @@ -109,7 +109,7 @@ struct call_traits typedef T& param_type; // hh removed const }; #endif - +#ifndef __SUNPRO_CC template struct call_traits { @@ -135,6 +135,7 @@ public: typedef const array_type& const_reference; typedef const T* const param_type; }; +#endif }