Name |
Last commit
|
Last update |
---|---|---|
.. | ||
bind_front | ||
binders | ||
invoke | ||
mem_fn | ||
not_fn | ||
83607.cc | ||
comparisons.cc | ||
comparisons_pointer.cc | ||
comparisons_void.cc | ||
constexpr.cc | ||
dr660.cc | ||
searchers.cc |
One of the static assertions in 20_util/function_objects/invoke/1.cc was wrong, but didn't fail because by default it was compiled with -std=gnu++14 which didn't use that static assertion. Split out the C++17 parts to a new file that always runs with -std=gnu++17, so those checks are always done. The 23_containers/unordered_set/allocator/ext_ptr.cc test is supposed to be a run-time test but was unintentionally compile-only. * testsuite/20_util/function_objects/invoke/1.cc: Move C++17-specific tests to ... * testsuite/20_util/function_objects/invoke/3.cc: New test. * testsuite/23_containers/unordered_set/allocator/ext_ptr.cc: Change "compile" test to "run". From-SVN: r271584
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
bind_front | Loading commit data... | |
binders | Loading commit data... | |
invoke | Loading commit data... | |
mem_fn | Loading commit data... | |
not_fn | Loading commit data... | |
83607.cc | Loading commit data... | |
comparisons.cc | Loading commit data... | |
comparisons_pointer.cc | Loading commit data... | |
comparisons_void.cc | Loading commit data... | |
constexpr.cc | Loading commit data... | |
dr660.cc | Loading commit data... | |
searchers.cc | Loading commit data... |