Mohammed Das
Results
2
comments of
Mohammed Das
>> I'm a bit confused. If you add --std=c++14 in your code, would it use 14 or 11? With current setup it will still end up as 11. After this...
Where are you adding -std=c++17? Adding it here might work, but if this library is hard-coding c++11 then code which is building with this a static library runs into c++11...