Skip to content

Commit d7d95e1

Browse files
committed
Fixed namespace for std::literals::chrono_literals.
1 parent aea5652 commit d7d95e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/myshell.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <stdexcept>
2323
#include <system_error>
2424

25-
using namespace std::chrono_literals;
25+
using namespace std::literals::chrono_literals;
2626

2727
MyShell::MyShell(std::string command) :
2828
procHasExited(false),

0 commit comments

Comments
 (0)