quick fix for MSVC 19.0.24241.7

This commit is contained in:
Alexey Ochapov 2020-12-09 20:54:24 +03:00
parent 62abf10ed8
commit 6742642dcd
No known key found for this signature in database
GPG Key ID: 9DC52E8F031B8DA8

View File

@ -1666,7 +1666,7 @@ template <typename Context> class basic_format_args {
: desc_(desc), args_(args) {} : desc_(desc), args_(args) {}
public: public:
constexpr basic_format_args() : desc_(0) {} constexpr basic_format_args() : desc_(0), args_(nullptr) {}
/** /**
\rst \rst