Boost logo

Boost :

From: Kevin Wheatley (hxpro_at_[hidden])
Date: 2005-08-16 05:35:46


---
boost_1_33_0_mipspro_7.4.1/include/boost-1_33/boost/shared_ptr.hpp       
2005-04-02 13:00:14.000000000 +0100
+++ boost_1_33_0/boost/shared_ptr.hpp 2005-08-16 10:50:40.000000000
+0100
@@ -87,9 +87,16 @@
     if(pe != 0)
pe->_internal_weak_this._internal_assign(const_cast<Y*>(px), pn);
 }
 
+#ifdef sgi
+// Turn off: the last argument of the varargs function
"sp_enable_shared_from_this" is unnamed
+#pragma set woff 3506
+#endif
 inline void sp_enable_shared_from_this( shared_count const & /*pn*/,
... )
 {
 }
+#ifdef sgi
+#pragma reset woff 3506
+#endif
 
 } // namespace detail
 
-- 
| Kevin Wheatley, Cinesite (Europe) Ltd | Nobody thinks this      |
| Senior Technology                     | My employer for certain |
| And Network Systems Architect         | Not even myself         |

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk