nasa / TrickHLA

TrickHLA: An IEEE 1516 High Level Architecture (HLA) Simulation Interoperability Standard Implementation for Trick Base Simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor dynamic exception specifications.

dandexter opened this issue · comments

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.