]> gcc.gnu.org Git - gcc.git/commitdiff
libsupc++: add <compare> to precompiled header
authorJonathan Wakely <jwakely@redhat.com>
Fri, 8 Nov 2019 00:37:17 +0000 (00:37 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 8 Nov 2019 00:37:17 +0000 (00:37 +0000)
Also process it with Doxygen.

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

From-SVN: r277944

libstdc++-v3/ChangeLog
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/include/precompiled/stdc++.h

index 65e55d097a64dbb24c6b7c0265de8a2e251dc229..c4a3b835ca09d58364a38d69567bfc279b9e4129 100644 (file)
@@ -1,5 +1,8 @@
 2019-11-07  Jonathan Wakely  <jwakely@redhat.com>
 
+       * doc/doxygen/user.cfg.in (INPUT): Add <compare> header.
+       * include/precompiled/stdc++.h: Include <compare> header.
+
        * libsupc++/compare (common_comparison_category)
        (common_comparison_category_t): Define for C++20.
        * testsuite/18_support/comparisons/common/1.cc: New test.
index 420010167213994eac91a1088f552415a78392a7..18994703f0bf43aefb020420aeecdb058464cc3f 100644 (file)
@@ -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 \
index 57c3e2e32ee5801862e4f2e9ae5e6796fb7fb810..118fc8f359a84f0e9f16785fdfc76447aba11bbe 100644 (file)
 
 #if __cplusplus > 201703L
 #include <bit>
-// #include <compare>
+#include <compare>
 #include <concepts>
 #include <numbers>
 #include <ranges>
This page took 0.075533 seconds and 5 git commands to generate.