-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
When compiling format.cc or when using fmt::format inside other projects, MSVC reports a C4355 for
Line 2143 in 3860edc
| : Handler(handler), checker_(*this, arg_type) {} |
Line 2146 in 3860edc
| : Handler(other), checker_(*this, other.arg_type_) {} |
examplary compiler output
format.h(2148,1): error C4355: 'this': used in base member initializer list (compiling source file format.cc)
For our own projects we treat this warning as error.
I would like to suppress the warning inside the format.h file and can prepare a pull request for the required change.
Metadata
Metadata
Assignees
Labels
No labels