Re: List of all C++ incompatibility caused by extern C guards in 0.19.0

2022-12-10 Thread Karl Semich
On Sat, Dec 10, 2022 at 1:20 AM marty1885 wrote: > > Hi, > > I found more C++ incompatibility while adding GNS support to my C++ program. > I wiped a quick awk line to scan (by counting if there's an even count of > guard attempts). It shows two more files have the same issue > > ``` > ❯ cd /usr

Re: List of all C++ incompatibility caused by extern C guards in 0.19.0

2022-12-10 Thread Martin Schanzenbach
On 10.12.22 22:04, Martin Schanzenbach wrote: > On 10.12.22 06:11, Karl Semich wrote: > > On Sat, Dec 10, 2022 at 1:20 AM marty1885 wrote: > > > > > > Hi, > > > > > > I found more C++ incompatibility while adding GNS support to my C++ > > > program. I wiped a quick awk line to scan (by counting i

Re: List of all C++ incompatibility caused by extern C guards in 0.19.0

2022-12-10 Thread Martin Schanzenbach
On 10.12.22 06:11, Karl Semich wrote: > On Sat, Dec 10, 2022 at 1:20 AM marty1885 wrote: > > > > Hi, > > > > I found more C++ incompatibility while adding GNS support to my C++ > > program. I wiped a quick awk line to scan (by counting if there's an even > > count of guard attempts). It shows tw

Re: List of all C++ incompatibility caused by extern C guards in 0.19.0

2022-12-10 Thread Martin Schanzenbach
Fix committed. Br On 10.12.22 05:16, marty1885 wrote: > Hi, > > I found more C++ incompatibility while adding GNS support to my C++ program. > I wiped a quick awk line to scan (by counting if there's an even count of > guard attempts). It shows two more files have the same issue > > ``` > ❯ c

Re: List of all C++ incompatibility caused by extern C guards in 0.19.0

2022-12-10 Thread Karl Semich
Thank you for explaining, and for your project.