Skip to content

Commit 7e60e85

Browse files
committed
static assert is in detail
1 parent 0b7fd49 commit 7e60e85

28 files changed

+28
-28
lines changed

include/boost/url/detail/any_params_iter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <boost/url/param.hpp>
1414
#include <boost/url/pct_string_view.hpp>
15-
#include <boost/core/static_assert.hpp>
15+
#include <boost/core/detail/static_assert.hpp>
1616
#include <cstddef>
1717
#include <iterator>
1818
#include <type_traits>

include/boost/url/detail/any_segments_iter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define BOOST_URL_DETAIL_ANY_SEGMENTS_ITER_HPP
1212

1313
#include <boost/url/pct_string_view.hpp>
14-
#include <boost/core/static_assert.hpp>
14+
#include <boost/core/detail/static_assert.hpp>
1515
#include <cstddef>
1616
#include <iterator>
1717
#include <type_traits>

include/boost/url/grammar/charset.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <boost/url/detail/config.hpp>
1414
#include <boost/url/grammar/detail/charset.hpp>
15-
#include <boost/core/static_assert.hpp>
15+
#include <boost/core/detail/static_assert.hpp>
1616
#include <cstdint>
1717
#include <type_traits>
1818
#include <utility>

include/boost/url/grammar/impl/range_rule.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <boost/url/grammar/recycled.hpp>
1616
#include <boost/core/empty_value.hpp>
1717
#include <boost/assert.hpp>
18-
#include <boost/core/static_assert.hpp>
18+
#include <boost/core/detail/static_assert.hpp>
1919
#include <exception>
2020
#include <iterator>
2121
#include <new>

include/boost/url/grammar/impl/variant_rule.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <boost/url/grammar/error.hpp>
1414
#include <boost/url/grammar/parse.hpp>
15-
#include <boost/core/static_assert.hpp>
15+
#include <boost/core/detail/static_assert.hpp>
1616
#include <cstdint>
1717
#include <type_traits>
1818

include/boost/url/grammar/optional_rule.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <boost/url/error_types.hpp>
1616
#include <boost/url/grammar/type_traits.hpp>
1717
#include <boost/core/empty_value.hpp>
18-
#include <boost/core/static_assert.hpp>
18+
#include <boost/core/detail/static_assert.hpp>
1919
#include <boost/assert.hpp>
2020

2121
namespace boost {

include/boost/url/grammar/range_rule.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <boost/core/detail/string_view.hpp>
1616
#include <boost/url/grammar/parse.hpp>
1717
#include <boost/url/grammar/type_traits.hpp>
18-
#include <boost/core/static_assert.hpp>
18+
#include <boost/core/detail/static_assert.hpp>
1919
#include <cstddef>
2020
#include <iterator>
2121
#include <type_traits>

include/boost/url/grammar/tuple_rule.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <boost/url/grammar/detail/tuple.hpp>
1717
#include <boost/url/grammar/type_traits.hpp>
1818
#include <boost/mp11/algorithm.hpp>
19-
#include <boost/core/static_assert.hpp>
19+
#include <boost/core/detail/static_assert.hpp>
2020
#include <boost/core/empty_value.hpp>
2121
#include <tuple>
2222

include/boost/url/grammar/unsigned_rule.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <boost/url/error_types.hpp>
1616
#include <boost/url/grammar/charset.hpp>
1717
#include <boost/core/detail/string_view.hpp>
18-
#include <boost/core/static_assert.hpp>
18+
#include <boost/core/detail/static_assert.hpp>
1919
#include <limits>
2020
#include <type_traits>
2121

include/boost/url/impl/decode_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define BOOST_URL_IMPL_PCT_ENCODED_VIEW_HPP
1212

1313
#include <boost/url/grammar/type_traits.hpp>
14-
#include <boost/core/static_assert.hpp>
14+
#include <boost/core/detail/static_assert.hpp>
1515

1616
namespace boost {
1717
namespace urls {

0 commit comments

Comments
 (0)