epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 47 forks source link

Remove uses of the deprecated register keyword #208

Open JJL772 opened 1 year ago

JJL772 commented 1 year ago

This keyword was deprecated in C++11 and removed from the language in C++17. clang 16 (or 15?) switched the default C++ standard to C++17, leading to compiler errors if you don't specify an older standard in USR_CXXFLAGS.