We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c44d75 commit 0cf4295Copy full SHA for 0cf4295
1 file changed
src/runner.cpp
@@ -36,7 +36,9 @@ namespace libsemigroups {
36
namespace py = pybind11;
37
38
namespace {
39
- using namespace std::chrono;
+ using std::chrono::high_resolution_clock;
40
+ using std::chrono::system_clock;
41
+ using std::chrono::time_point_cast;
42
template <
43
typename TimePoint,
44
std::enable_if_t<std::is_same_v<TimePoint, high_resolution_clock>, bool>
0 commit comments