https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205453
--- Comment #1 from Mark Millard <[email protected]> --- I should also have noted that clang++ can report the __Static_assert syntax as not-C++ syntax but C11 instead: # clang++ -Wall -pedantic main.cc main.cc:2:1: warning: _Static_assert is a C11-specific feature [-Wc11-extensions] _Static_assert(1,"Test"); ^ 1 warning generated. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
