LASS is a Library of Assembled Shared Source. Library of C++ code for scientific purposes.
Requirements:
· Cmake
What's New in This Release: [ read full changelog ]
Python:
· CallMethod::set: make class of method a template parameter
· RichCompare: const char* symbols to fix build warning
· PyExportTraits: adding missing static specifier
NumTraits:
· default NumTraits:is empty, so you get compiler errors for missing specialisations instead of linker errors.
· add specialisation for 'long long'.
CrashDump:
· fix opcodes for x64 platform.
IdGenerator:
· qualify as volatile to fix bug on some platforms.
Tests:
· introduce tolerances for some floating point comparisons that were failing.
Others:
· included , headers where necessary.