SIX-3.1.14
- coda-oss version 2022-08-30
- nitro version 2.10.12
- Routines that "traffic" in XML strings (e.g.,
parseDataFromString()
ortoXMLString()
) now use
std::u8string
(actuallycoda_oss::u8string
) instead ofstd::string
. - Fixed memory leak in
ComplexXMLParser
. - Files in six/projects/csm/external/csm-3.0.4 are unchanged (almost!) from CSM 3.0.4.
- Final C++11 release 🤞🏻; future releases will be C++14 from main.