Remove uses of BOOST_CONSTEXPR

This commit is contained in:
Peter Dimov
2024-10-03 18:31:59 +03:00
parent 890b661909
commit 1c988756d5
9 changed files with 20 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ public:
typedef typename boost::detail::sp_element< T >::type element_type;
BOOST_CONSTEXPR weak_ptr() noexcept : px(0), pn()
constexpr weak_ptr() noexcept : px(0), pn()
{
}