1.11.6
ASL version 1.11.6
Some fixes, cleaning and deprecations.
- Fixed
CmdArgs
wrongly reading non-ASCII arguments on non-Windows systems. - Improved performance in
String::replace()
- Documentation improvements
- Now CMake
find_package
can specify a minimum version (but will work only from this version up):
find_package(ASL 1.11.6)
Deprecated stuff
Several functions and classes are marked deprecated (See list here). Many will be removed in a next minor version. These are marked deprecated in the online documentation and in code, so that using them will print a compiler warning.