whether functions from Annex K of the C standard library
are declared when C++ headers are included, [headers]
whether get_pointer_safety returns
pointer_safety::relaxed or
pointer_safety::preferred if the implementation has relaxed pointer safety, [util.dynamic.safety]
whether locale object is global or per-thread, [locale]
whether pragma FENV_ACCESS is supported, [cfenv.syn]
whether rand may introduce a data race, [c.math.rand]
whether sequence pointers are copied by basic_filebuf move
constructor, [filebuf.cons]
whether sequence pointers are copied by basic_stringbuf move
constructor, [stringbuf.cons]
whether source of translation units must
be available to locate template definitions, [lex.phases]
whether stack is unwound before calling std::terminate()
when a noexcept specification
is violated, [except.terminate]
whether the lifetime of a parameter ends when the callee
returns or at the end of the enclosing full-expression, [expr.call]
whether the thread that executes main and the threads created
by std::thread provide concurrent forward progress guarantees, [intro.progress]