OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Mark FileWriter Move Constructor as noexcept #336

Closed Brett208 closed 4 years ago

Brett208 commented 4 years ago

Resolves the warning below:

Warning C26439 This kind of function may not throw. Declare it 'noexcept' (f.6). OP2Utility \OP2UTILITY\SRC\STREAM\FILEWRITER.CPP 66

New warning as of VS2019's toolset.