From de68e6ed1e2c26b50d64871ceeed9bed7b43f9c8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 20 Nov 2002 13:34:18 +0000 Subject: [PATCH] A missing 'inline' added. [SVN r16343] --- include/boost/shared_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/shared_ptr.hpp b/include/boost/shared_ptr.hpp index 8fc45ea..fedfdd8 100644 --- a/include/boost/shared_ptr.hpp +++ b/include/boost/shared_ptr.hpp @@ -75,7 +75,7 @@ template void sp_enable_shared_from_this(boost::enable_shared_ pe->_internal_weak_this._internal_assign(px, pn); } -void sp_enable_shared_from_this(void const *, void const *, shared_count const &) +inline void sp_enable_shared_from_this(void const *, void const *, shared_count const &) { }