MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isCpp17OrLater

Function isCpp17OrLater

externals/simplecpp/simplecpp.cpp:2649–2653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2647}
2648
2649static bool isCpp17OrLater(const simplecpp::DUI &dui)
2650{
2651 const std::string std_ver = simplecpp::getCppStdString(dui.std);
2652 return std_ver.empty() || (std_ver >= "201703L");
2653}
2654
2655static bool isGnu(const simplecpp::DUI &dui)
2656{

Callers 2

simplifyHasIncludeFunction · 0.85
preprocessMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected