mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-12 12:02:24 +00:00
fixing non-elided stringstream copies in test, fewer travis builds
This commit is contained in:
@@ -43,7 +43,7 @@ DEFINE_TEST_LETTER(G);
|
||||
// with ct::bind_expr
|
||||
|
||||
auto ordered_letters(A a, B b, C c, D d, E e, F f, G g) {
|
||||
auto ss = std::stringstream{};
|
||||
std::stringstream ss{};
|
||||
ss << a << b << c << d << e << f << g;
|
||||
return ss.str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user