Build explicitly with C++11 to avoid failures with modern compilers · Issue #54 · tjohnman/Obsession · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be some issue with building this as C++17, and that is what some current compilers like gcc14 default to.
However if I pass
-std=c++11
to the build manually, the app builds fine and works.The text was updated successfully, but these errors were encountered: