https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65793
Bug ID: 65793 Summary: Libstdc++ docs on _GLIBCXX_CONCEPT_CHECKS are duplicated Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: documentation Severity: minor Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: redi at gcc dot gnu.org The docs at https://gcc.gnu.org/onlinedocs/libstdc++/manual/ext_compile_checks.html and https://gcc.gnu.org/onlinedocs/libstdc++/manual/concept_checking.html seem to have started life identically and diverged. They should be de-duplicated, maybe with a cross-reference. The link at https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html might require updating afterwards.