Skip to content

Commit 0bf3c5f

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 59e2a56 commit 0bf3c5f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
// Generated on 2024-08-25T17:48:54
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)