We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f3a73 commit c44ecbbCopy full SHA for c44ecbb
doc/NEWS.Rd
@@ -510,8 +510,8 @@
510
including headers \file{R.h} or \file{Rinternals.h} (or any other
511
header which includes \file{R_ext/Boolean.h}) stops the inclusion
512
of header \code{R_ext/Boolean.h} which `defines' constants
513
- \code{TRUE}, \code{true}, \code{false} and the type \code{bool}
514
- which some package maintainers wish to avoid.
+ \code{TRUE}, \code{FALSE}, \code{true}, \code{false} and the type
+ \code{bool} which some package maintainers wish to avoid.
515
516
Note that the last three are keywords in C23 and C++11 so cannot be
517
avoided entirely. However, with commonly-used compilers they can be
0 commit comments