Skip to content
Snippets Groups Projects
Commit c92b4508 authored by Tom Lane's avatar Tom Lane
Browse files

Suppress definitions of 'true' and 'false' macros if __cplusplus.

Since we're assuming a C++ compiler knows what 'bool' is, seems we
should assume it knows 'true' and 'false' too.  This prevents problems
on some systems, per report from Leandro Fanzone.
parent 814f40cf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment