https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221288
--- Comment #7 from Mark Millard <[email protected]> --- (In reply to Mark Millard from comment #5) FYI: An older report of the threading issues with the tiny program: static void f() {} int main(int, const char* []) { auto a0{ std::async( std::launch::async, f ) }; a0.get(); return 0; } is bugzilla 212330 . -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
