Move boost/core/static_assert.hpp to boost/core/detail

This commit is contained in:
Peter Dimov
2025-10-24 02:57:49 +03:00
parent b700f98b4e
commit 67aaac82d8
10 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/core/static_assert.hpp>
#include <boost/core/detail/static_assert.hpp>
template<int A, int B> struct plus
{