Skip to content

Commit 495f1ab

Browse files
committed
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.
1 parent 357e9c1 commit 495f1ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

include/boost/unordered/detail/foa/core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <boost/unordered/detail/mulx.hpp>
3030
#include <boost/unordered/detail/static_assert.hpp>
3131
#include <boost/unordered/detail/type_traits.hpp>
32-
#include <boost/unordered/unordered_printers.hpp>
32+
#include <boost/unordered/detail/unordered_printers.hpp>
3333
#include <climits>
3434
#include <cmath>
3535
#include <cstddef>

include/boost/unordered/detail/implementation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <boost/unordered/detail/serialize_tracked_address.hpp>
2222
#include <boost/unordered/detail/static_assert.hpp>
2323
#include <boost/unordered/detail/type_traits.hpp>
24-
#include <boost/unordered/unordered_printers.hpp>
24+
#include <boost/unordered/detail/unordered_printers.hpp>
2525

2626
#include <boost/assert.hpp>
2727
#include <boost/core/allocator_traits.hpp>

include/boost/unordered/unordered_printers.hpp renamed to include/boost/unordered/detail/unordered_printers.hpp

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

5-
// Generated on 2025-08-08T03:34:52
5+
// Generated on 2025-08-08T03:43:17
66

7-
#ifndef BOOST_UNORDERED_UNORDERED_PRINTERS_HPP
8-
#define BOOST_UNORDERED_UNORDERED_PRINTERS_HPP
7+
#ifndef BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP
8+
#define BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP
99

1010
#ifndef BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS
1111
#if defined(__ELF__)
@@ -14,7 +14,7 @@
1414
#pragma clang diagnostic ignored "-Woverlength-strings"
1515
#endif
1616
__asm__(".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
17-
".ascii \"\\4gdb.inlined-script.BOOST_UNORDERED_UNORDERED_PRINTERS_HPP\\n\"\n"
17+
".ascii \"\\4gdb.inlined-script.BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP\\n\"\n"
1818
".ascii \"import gdb.printing\\n\"\n"
1919
".ascii \"import gdb.xmethod\\n\"\n"
2020
".ascii \"import re\\n\"\n"
@@ -411,4 +411,4 @@ __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
411411
#endif // defined(__ELF__)
412412
#endif // !defined(BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS)
413413

414-
#endif // !defined(BOOST_UNORDERED_UNORDERED_PRINTERS_HPP)
414+
#endif // !defined(BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP)

0 commit comments

Comments
 (0)