forked from catchorg/Catch2
Explicit ctor used to fix compilation failures caused by copy
initialization.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::set<Verbosity> MultipleReporters::getSupportedVerbosities() {
|
std::set<Verbosity> MultipleReporters::getSupportedVerbosities() {
|
||||||
return { };
|
return std::set<Verbosity>{ };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user