Update a cppreference link

The reason for having a link to a "user page" on cppreference was to
have in the same place the papers, feature-test macro and corrisponding
value. This information has now been updated in a "official" page so we
can just link to that one instead.

Change-Id: I42658a46c8c0d3b78e1c10c06c81fa4bc78af9aa
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Giuseppe D'Angelo 2022-12-23 09:55:17 +01:00
parent 3e619aff30
commit f46a7698d3

View File

@ -508,8 +508,7 @@
* For library features, we assume <version> is present (this header includes it).
*
* For a full listing of feature test macros, see
* https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations (by macro)
* https://en.cppreference.com/w/User:D41D8CD98F/feature_testing_macros (by C++ version)
* https://en.cppreference.com/w/cpp/feature_test
*
* C++ extensions:
* Q_COMPILER_RESTRICTED_VLA variable-length arrays, prior to __cpp_runtime_arrays