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.

From-SVN: r277944
This commit is contained in:
Jonathan Wakely 2019-11-08 00:37:17 +00:00 committed by Jonathan Wakely
parent 2966952166
commit 3d6e7aa95c
3 changed files with 5 additions and 1 deletions

View 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.

View 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 \

View File

@ -135,7 +135,7 @@
#if __cplusplus > 201703L
#include <bit>
// #include <compare>
#include <compare>
#include <concepts>
#include <numbers>
#include <ranges>