mirror of
https://github.com/catchorg/Catch2.git
synced 2025-02-22 14:13:30 +01:00
Explicit ctor used to fix compilation failures caused by copy
initialization.
This commit is contained in:
parent
115db71bab
commit
5def99e16b
@ -19,7 +19,7 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::set<Verbosity> MultipleReporters::getSupportedVerbosities() {
|
std::set<Verbosity> MultipleReporters::getSupportedVerbosities() {
|
||||||
return { };
|
return std::set<Verbosity>{ };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user