F_3 void auto (#2125)

This commit is contained in:
bgloyer
2023-08-17 19:04:37 -07:00
committed by GitHub
parent 7c9dd4dda8
commit b5adbd2564

View File

@@ -2500,7 +2500,7 @@ If there was a need, we could further templatize `read()` and `print()` on the d
// check for errors
};
auto print(auto& output, const auto& value)
void print(auto& output, const auto& value)
{
output << value << "\n";
}