Skip to content

Commit 46653cf

Browse files
committed
Move nontype.hpp to detail
1 parent ab09450 commit 46653cf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

include/boost/compat/function_ref.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Distributed under the Boost Software License, Version 1.0.
66
// https://www.boost.org/LICENSE_1_0.txt
77

8-
#include <boost/compat/nontype.hpp>
8+
#include <boost/compat/detail/nontype.hpp>
99
#include <boost/compat/invoke.hpp>
1010
#include <boost/compat/type_traits.hpp>
1111

test/nontype_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// https://www.boost.org/LICENSE_1_0.txt
44

5-
#include <boost/compat/nontype.hpp>
5+
#include <boost/compat/detail/nontype.hpp>
66
#include <boost/core/lightweight_test.hpp>
77
#include <boost/core/lightweight_test_trait.hpp>
88
#include <boost/config/pragma_message.hpp>

0 commit comments

Comments
 (0)