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 aea5652 commit d7d95e1Copy full SHA for d7d95e1
src/myshell.cpp
@@ -22,7 +22,7 @@
22
#include <stdexcept>
23
#include <system_error>
24
25
-using namespace std::chrono_literals;
+using namespace std::literals::chrono_literals;
26
27
MyShell::MyShell(std::string command) :
28
procHasExited(false),
0 commit comments