From 904b80b8a1c142903928fb504d99c8cc29047b80 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 18 Nov 2025 11:23:41 +0200 Subject: [PATCH] Move nontype.hpp to detail --- include/boost/compat/{ => detail}/nontype.hpp | 0 include/boost/compat/function_ref.hpp | 2 +- test/nontype_test.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename include/boost/compat/{ => detail}/nontype.hpp (100%) diff --git a/include/boost/compat/nontype.hpp b/include/boost/compat/detail/nontype.hpp similarity index 100% rename from include/boost/compat/nontype.hpp rename to include/boost/compat/detail/nontype.hpp diff --git a/include/boost/compat/function_ref.hpp b/include/boost/compat/function_ref.hpp index 2009921..2f2b8ce 100644 --- a/include/boost/compat/function_ref.hpp +++ b/include/boost/compat/function_ref.hpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include diff --git a/test/nontype_test.cpp b/test/nontype_test.cpp index 478870d..1b4cb25 100644 --- a/test/nontype_test.cpp +++ b/test/nontype_test.cpp @@ -2,7 +2,7 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include #include