minja
: qualify std::nullptr_t type for msys2 build
This commit is contained in:
parent
c87c12168a
commit
8738d94bbd
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public:
|
||||||
Value(const bool& v) : primitive_(v) {}
|
Value(const bool& v) : primitive_(v) {}
|
||||||
Value(const int64_t & v) : primitive_(v) {}
|
Value(const int64_t & v) : primitive_(v) {}
|
||||||
Value(const double& v) : primitive_(v) {}
|
Value(const double& v) : primitive_(v) {}
|
||||||
Value(const nullptr_t &) {}
|
Value(const std::nullptr_t &) {}
|
||||||
Value(const std::string & v) : primitive_(v) {}
|
Value(const std::string & v) : primitive_(v) {}
|
||||||
Value(const char * v) : primitive_(std::string(v)) {}
|
Value(const char * v) : primitive_(std::string(v)) {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue