lass 1.2.1

March 10th, 2009 by Bramz

We’ve made a maintenance release of the 1.2 branch: lass-1.2.1. It contains a few bug and build fixes discovered in the 1.2 branch:

  • 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.

Comments are closed.