Re: [patch] C99 & /usr/share/misc/style
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 30, 2022 at 11:05:21AM +0000, Joseph Koshy wrote:
> Is compatibility with the C++ language a formal goal for
> NetBSD's C code? If so, we should perhaps specify somewhere
> the C++ version (c++-{03,11,17,..}) that we should be compatible
> with.
The system headers need to be usable with all C++ versions.
Martin