mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 18:15:42 +02:00
Added std:: qualification to nullptr_t
Apparently Clang doesn't like it unqualfied 😄
This commit is contained in:
@@ -180,7 +180,7 @@ namespace Catch {
|
||||
};
|
||||
|
||||
template<>
|
||||
struct StringMaker<nullptr_t> {
|
||||
struct StringMaker<std::nullptr_t> {
|
||||
std::string operator()(std::nullptr_t);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user