mirror of
https://github.com/boostorg/unordered.git
synced 2025-08-13 18:24:29 +02:00
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.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#include <boost/unordered/detail/mulx.hpp>
|
#include <boost/unordered/detail/mulx.hpp>
|
||||||
#include <boost/unordered/detail/static_assert.hpp>
|
#include <boost/unordered/detail/static_assert.hpp>
|
||||||
#include <boost/unordered/detail/type_traits.hpp>
|
#include <boost/unordered/detail/type_traits.hpp>
|
||||||
#include <boost/unordered/unordered_printers.hpp>
|
#include <boost/unordered/detail/unordered_printers.hpp>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
#include <boost/unordered/detail/serialize_tracked_address.hpp>
|
#include <boost/unordered/detail/serialize_tracked_address.hpp>
|
||||||
#include <boost/unordered/detail/static_assert.hpp>
|
#include <boost/unordered/detail/static_assert.hpp>
|
||||||
#include <boost/unordered/detail/type_traits.hpp>
|
#include <boost/unordered/detail/type_traits.hpp>
|
||||||
#include <boost/unordered/unordered_printers.hpp>
|
#include <boost/unordered/detail/unordered_printers.hpp>
|
||||||
|
|
||||||
#include <boost/assert.hpp>
|
#include <boost/assert.hpp>
|
||||||
#include <boost/core/allocator_traits.hpp>
|
#include <boost/core/allocator_traits.hpp>
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// https://www.boost.org/LICENSE_1_0.txt
|
// 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
|
#ifndef BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP
|
||||||
#define BOOST_UNORDERED_UNORDERED_PRINTERS_HPP
|
#define BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP
|
||||||
|
|
||||||
#ifndef BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS
|
#ifndef BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS
|
||||||
#if defined(__ELF__)
|
#if defined(__ELF__)
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
#pragma clang diagnostic ignored "-Woverlength-strings"
|
#pragma clang diagnostic ignored "-Woverlength-strings"
|
||||||
#endif
|
#endif
|
||||||
__asm__(".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
|
__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.printing\\n\"\n"
|
||||||
".ascii \"import gdb.xmethod\\n\"\n"
|
".ascii \"import gdb.xmethod\\n\"\n"
|
||||||
".ascii \"import re\\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(__ELF__)
|
||||||
#endif // !defined(BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS)
|
#endif // !defined(BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS)
|
||||||
|
|
||||||
#endif // !defined(BOOST_UNORDERED_UNORDERED_PRINTERS_HPP)
|
#endif // !defined(BOOST_UNORDERED_DETAIL_UNORDERED_PRINTERS_HPP)
|
Reference in New Issue
Block a user