mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-17 20:14:36 +03:00
add coverage info
This commit is contained in:
@@ -7,7 +7,7 @@ Greeter::Greeter(std::string _name) : name(_name) {}
|
||||
std::string Greeter::greet(LanguageCode lang) const {
|
||||
switch (lang) {
|
||||
#if defined(_WIN32) || defined(WIN32)
|
||||
// this silences MSVC as it does not seem to understand strongly-typed enums
|
||||
// this silences a MSVC warning as it does not seem to understand strongly-typed enums
|
||||
default:
|
||||
#endif
|
||||
case LanguageCode::EN:
|
||||
|
||||
Reference in New Issue
Block a user