summaryrefslogtreecommitdiff
path: root/boost/smart_ptr/detail/spinlock_pool.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/smart_ptr/detail/spinlock_pool.hpp')
-rw-r--r--boost/smart_ptr/detail/spinlock_pool.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/smart_ptr/detail/spinlock_pool.hpp b/boost/smart_ptr/detail/spinlock_pool.hpp
index f09d5c6401..39cf180b24 100644
--- a/boost/smart_ptr/detail/spinlock_pool.hpp
+++ b/boost/smart_ptr/detail/spinlock_pool.hpp
@@ -31,7 +31,7 @@ namespace boost
namespace detail
{
-template< int I > class spinlock_pool
+template< int M > class spinlock_pool
{
private:
@@ -72,7 +72,7 @@ public:
};
};
-template< int I > spinlock spinlock_pool< I >::pool_[ 41 ] =
+template< int M > spinlock spinlock_pool< M >::pool_[ 41 ] =
{
BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT,
BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT,