DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 552 forks source link

Upgrade to C++14 or even 17 #6672

Open xdje42 opened 4 months ago

xdje42 commented 4 months ago

We're currently at c++11, which is pretty old now. Upgrading to c++17, or at least c++14, would be nice.

This is not a problem for gnu/clang builds. And newer versions of VS support c++17.