From 81afef9ec1cdc1dae9d39e08e916813baab1fd4c Mon Sep 17 00:00:00 2001 From: Max SCHMELLER Date: Thu, 5 Sep 2024 17:18:58 +0900 Subject: [PATCH] chore: use seconds operator from chrono --- .../nebula_hw_interfaces_aeva/connections/reconfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp b/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp index 1b2e3f59d..74c6ffc77 100644 --- a/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp +++ b/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp @@ -43,7 +43,7 @@ namespace nebula::drivers::connections using aeva::ReconfigMessage; using aeva::ReconfigRequestType; using nlohmann::json; -using namespace std::chrono_literals; // NOLINT +using std::chrono_literals::operator""s; class ReconfigParser : public AevaParser, public AevaSender