nasa / TrickHLA

TrickHLA: An IEEE 1516 High Level Architecture (HLA) Simulation Interoperability Standard Implementation for Trick Base Simulations
Other
38 stars 15 forks source link

Refactor dynamic exception specifications. #83

Closed dandexter closed 3 years ago

dandexter commented 3 years ago

Dynamic exception specifications are deprecated in C++11 and removed in C++17, so refactor the code to remove them or use a pragma to silence the deprecation warnings for the IEEE 1516 API's.