https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235749
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug CC| |[email protected] Status|New |Closed --- Comment #1 from Dimitry Andric <[email protected]> --- To use libc++ 6.0 experimental features, you have to add an explicit -lc++experimental flag to your link command line, e.g. try: c++ fs.cpp -o fs -lc++experimental (Also note that experimental features are in no way stable or guaranteed to exist in newer versions.) -- 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]"
