Help:CheckCXXSymbolExists: refer to CheckSourceCompiles

This was just missed in the earlier MR.
stage/master/nightly/2023/08/22
scivision 2023-08-21 00:00:53 -04:00
parent 1368e219d9
commit d2c30ac063
No known key found for this signature in database
GPG Key ID: 6D23CDADAB0294F9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Check if a symbol exists as a function, variable, or macro in ``C++``.
function. Since there is no reliable way to predict whether a given function
in the system environment may be defined as an overloaded function or may be
an overloaded function on other systems or will become so in the future, it
is generally advised to use the :module:`CheckCXXSourceCompiles` module for
is generally advised to use the :module:`CheckSourceCompiles` module for
checking any function symbol (unless somehow you surely know the checked
function is not overloaded on other systems or will not be so in the
future).