Skip to content

Commit

Permalink
fix: try please several older compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
aunovis-koepke committed Oct 6, 2023
1 parent e26c76b commit a4f24c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiling_tests_11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4529,7 +4529,7 @@ TEST_CASE_METHOD(
"[C++11][C++14][streaming]")
{
std::ostringstream os;
trompeloeil::print(os, my_input_range{{42, 43, 44}});
trompeloeil::print(os, my_input_range{std::vector<int>{42, 43, 44}});

const std::string printResult{os.str()};
const std::string expectedPrefix{std::to_string(sizeof(my_input_range)) + "-byte object={"};
Expand Down

0 comments on commit a4f24c6

Please sign in to comment.