mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 01:04:26 +08:00
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:
parent
2966952166
commit
3d6e7aa95c
@ -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.
|
||||
|
@ -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 \
|
||||
|
@ -135,7 +135,7 @@
|
||||
|
||||
#if __cplusplus > 201703L
|
||||
#include <bit>
|
||||
// #include <compare>
|
||||
#include <compare>
|
||||
#include <concepts>
|
||||
#include <numbers>
|
||||
#include <ranges>
|
||||
|
Loading…
Reference in New Issue
Block a user