mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
F_3 void auto (#2125)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user