F_3 void auto (#2125)

pull/2127/head
bgloyer 2 years ago committed by GitHub
parent 7c9dd4dda8
commit b5adbd2564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";
}

Loading…
Cancel
Save