diff --git a/include/boost/smart_ptr/allocate_shared_array.hpp b/include/boost/smart_ptr/allocate_shared_array.hpp index 3f428c3..904902c 100644 --- a/include/boost/smart_ptr/allocate_shared_array.hpp +++ b/include/boost/smart_ptr/allocate_shared_array.hpp @@ -101,7 +101,7 @@ namespace boost { typedef typename detail::array_inner::type T1; typedef typename detail::array_base::type T2; typedef const T2 T3; - BOOST_ASSERT(list.size() == detail::array_size::size); + BOOST_ASSERT(list.size() == detail::array_size::size); T1* p1 = 0; T2* p2 = 0; T3* p3 = 0; @@ -145,7 +145,7 @@ namespace boost { typedef typename detail::array_inner::type T1; typedef typename detail::array_base::type T2; typedef const T2 T3; - BOOST_ASSERT(list.size() == detail::array_size::size); + BOOST_ASSERT(list.size() == detail::array_size::size); T1* p1 = 0; T2* p2 = 0; T3* p3 = 0; diff --git a/include/boost/smart_ptr/make_shared_array.hpp b/include/boost/smart_ptr/make_shared_array.hpp index 2c0fd8d..70083b1 100644 --- a/include/boost/smart_ptr/make_shared_array.hpp +++ b/include/boost/smart_ptr/make_shared_array.hpp @@ -99,7 +99,7 @@ namespace boost { typedef typename detail::array_inner::type T1; typedef typename detail::array_base::type T2; typedef const T2 T3; - BOOST_ASSERT(list.size() == detail::array_size::size); + BOOST_ASSERT(list.size() == detail::array_size::size); T1* p1 = 0; T2* p2 = 0; T3* p3 = 0; @@ -142,7 +142,7 @@ namespace boost { typedef typename detail::array_inner::type T1; typedef typename detail::array_base::type T2; typedef const T2 T3; - BOOST_ASSERT(list.size() == detail::array_size::size); + BOOST_ASSERT(list.size() == detail::array_size::size); T1* p1 = 0; T2* p2 = 0; T3* p3 = 0;