mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 06:20:27 +08:00
libstdc++: Include C++17 features in doxygen API docs
libstdc++-v3/ChangeLog: * doc/doxygen/user.cfg.in (PREDEFINED): Use __cplusplus=201703L so that C++17 features are documented.
This commit is contained in:
parent
ae3967caff
commit
925eb6a0fb
@ -2250,7 +2250,7 @@ INCLUDE_FILE_PATTERNS =
|
||||
# recursively expanded use the := operator instead of the = operator.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
PREDEFINED = __cplusplus=201402L \
|
||||
PREDEFINED = __cplusplus=201703L \
|
||||
__GTHREADS \
|
||||
_GLIBCXX_HAS_GTHREADS \
|
||||
_GLIBCXX_HAVE_TLS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user