-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I get a multiple definition error that I never got before which is not clear to me why!
After checking it looks like there are two kSessionTimeout defined where we have this constant defined two times:
constexpr std::chrono::seconds VisionaryControl::kSessionTimeout; |
static constexpr std::chrono::seconds kSessionTimeout = std::chrono::seconds(5); |
in order to avoid this error I had to remove the line VisionaryControl.cpp and use this in the VisionaryControl.h
static constexpr std::chrono::seconds kSessionTimeout = std::chrono::seconds(5);
gsisinna and robclaes
Metadata
Metadata
Assignees
Labels
No labels