We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5575457 commit 74343dbCopy full SHA for 74343db
1 file changed
drogon_ctl/create_swagger.cc
@@ -52,7 +52,7 @@ static void forEachControllerHeaderIn(
52
if (strPath.empty() || strPath == (".") || strPath == (".."))
53
return;
54
55
- std::error_code ec;
+ drogon::error_code ec;
56
drogon::filesystem::path fsPath(strPath);
57
if (!drogon::filesystem::exists(strPath, ec))
58
{
0 commit comments