Task #43 — [Bug] Build failed with gcc 11
Attached to Project — OpenDBX
Opened by XieJiSS (XieJiSS) - Monday, 7 Feb 2022, 4:34am
Bug Report | Medium | ||
Backend | Normal | ||
Unconfirmed | 1.4.x | ||
No-one | Undecided | ||
All | |||
g++ now assumes -std=c++17 by default, and `throw` (dynamic exception) is removed since C++17 (see: https://en.cppreference.com/w/cpp/language/except_spec ). CXXFLAGS="${CXXFLAGS} -std=c++14" fixed this. |
Comments (0) | Attachments (0) | Related Tasks (0/0) | Notifications (1) | Reminders (0) | History |