Commit cadd92d6 authored by Daan De Meyer's avatar Daan De Meyer Committed by Victor Zverovich

Fix #1232.

parent 41076d1d
......@@ -2637,7 +2637,7 @@ class arg_formatter : public internal::arg_formatter_base<Range> {
*/
class FMT_API system_error : public std::runtime_error {
private:
FMT_API void init(int err_code, string_view format_str, format_args args);
void init(int err_code, string_view format_str, format_args args);
protected:
int error_code_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment