|
using Tup = std::tuple<std::string, int, std::error_code>;
|
|
using Tup = std::tuple<std::string, int, std::error_code>;
|
|
return Tup{"hello world", 42}; // explicit constructor called. OK.
|
|
return Tup{"hello world", 42}; // explicit constructor called. OK.
|