From 495f1abac15632931769024c1af3a91e7d7372ef Mon Sep 17 00:00:00 2001 From: Braden Ganetsky Date: Thu, 7 Aug 2025 22:38:31 -0500 Subject: [PATCH] Move unordered_printers.hpp into 'detail', where it should have been from the beginning This is not a public header. It is only meant to be consumed as a transitive include. --- include/boost/unordered/detail/foa/core.hpp | 2 +- include/boost/unordered/detail/implementation.hpp | 2 +- .../unordered/{ => detail}/unordered_printers.hpp | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) rename include/boost/unordered/{ => detail}/unordered_printers.hpp (98%) diff --git a/include/boost/unordered/detail/foa/core.hpp b/include/boost/unordered/detail/foa/core.hpp index ee6cb927..fab35866 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/boost/unordered/detail/implementation.hpp b/include/boost/unordered/detail/implementation.hpp index d2c0cbd0..27e88187 100644 --- a/include/boost/unordered/detail/implementation.hpp +++ b/include/boost/unordered/detail/implementation.hpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include diff --git a/include/boost/unordered/unordered_printers.hpp b/include/boost/unordered/detail/unordered_printers.hpp similarity index 98% rename from include/boost/unordered/unordered_printers.hpp rename to include/boost/unordered/detail/unordered_printers.hpp index 2e489d0a..3738a086 100644 --- a/include/boost/unordered/unordered_printers.hpp +++ b/include/boost/unordered/detail/unordered_printers.hpp @@ -2,10 +2,10 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -// Generated on 2025-08-08T03:34:52 +// Generated on 2025-08-08T03:43:17 -#ifndef BOOST_UNORDERED_UNORDERED_PRINTERS_HPP -#define BOOST_UNORDERED_UNORDERED_PRINTERS_HPP +#ifndef BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP +#define BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP #ifndef BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS #if defined(__ELF__) @@ -14,7 +14,7 @@ #pragma clang diagnostic ignored "-Woverlength-strings" #endif __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n" - ".ascii \"\\4gdb.inlined-script.BOOST_UNORDERED_UNORDERED_PRINTERS_HPP\\n\"\n" + ".ascii \"\\4gdb.inlined-script.BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP\\n\"\n" ".ascii \"import gdb.printing\\n\"\n" ".ascii \"import gdb.xmethod\\n\"\n" ".ascii \"import re\\n\"\n" @@ -411,4 +411,4 @@ __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n" #endif // defined(__ELF__) #endif // !defined(BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS) -#endif // !defined(BOOST_UNORDERED_UNORDERED_PRINTERS_HPP) +#endif // !defined(BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP)