diff --git a/include/boost/smart_ptr/allocate_shared_array.hpp b/include/boost/smart_ptr/allocate_shared_array.hpp index 9d31312..e7d0964 100644 --- a/include/boost/smart_ptr/allocate_shared_array.hpp +++ b/include/boost/smart_ptr/allocate_shared_array.hpp @@ -352,7 +352,7 @@ sp_array_default(T* storage, std::size_t size) template struct sp_less_align { enum { - value = (boost::alignment_of::value < + value = ((boost::alignment_of::value) < boost::alignment_of::value) }; };