Actions
Feature #475
closedCheck that c23 nullptr can be used as sentinel
Start date:
04/19/2024
Due date:
% Done:
0%
Estimated time:
Description
gcc gives a warning (-> error in our debug builds) when c23 nullptr is used as sentinel. Reported to gcc tracker as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114780
Our check for c23 nullptr configure check should be turned to an "*useful* c23 nullptr" check, so that c23 nullptr will be used only if it works as sentinel too.
Files
Actions