public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libsupc++: add <compare> to precompiled header
@ 2019-11-08  0:32 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2019-11-08  0:32 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

Also process it with Doxygen.

	* doc/doxygen/user.cfg.in (INPUT): Add <compare> header.
	* include/precompiled/stdc++.h: Include <compare> header.

Tested powerpc64le-linux, committed to trunk.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1424 bytes --]

commit ed86b7c065df6b33dfee86fba3bee089386ac4a8
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Nov 7 23:20:51 2019 +0000

    libsupc++: add <compare> to precompiled header
    
    Also process it with Doxygen.
    
            * doc/doxygen/user.cfg.in (INPUT): Add <compare> header.
            * include/precompiled/stdc++.h: Include <compare> header.

diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index 42001016721..18994703f0b 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -787,6 +787,7 @@ WARN_LOGFILE           =
 # Note: If this tag is empty the current directory is searched.
 
 INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
+                         @srcdir@/libsupc++/compare \
                          @srcdir@/libsupc++/cxxabi.h \
                          @srcdir@/libsupc++/exception \
                          @srcdir@/libsupc++/initializer_list \
diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h
index 57c3e2e32ee..118fc8f359a 100644
--- a/libstdc++-v3/include/precompiled/stdc++.h
+++ b/libstdc++-v3/include/precompiled/stdc++.h
@@ -135,7 +135,7 @@
 
 #if __cplusplus > 201703L
 #include <bit>
-// #include <compare>
+#include <compare>
 #include <concepts>
 #include <numbers>
 #include <ranges>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-08  0:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08  0:32 [PATCH] libsupc++: add <compare> to precompiled header Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).