Skip to content

SMART-TPL 0.9.3

Compare
Choose a tag to compare
@schoentoon schoentoon released this 05 Dec 11:03
· 179 commits to master since this release

Another minor release with a few bug fixes and quite some new convenient methods.

  • MapValue now has an insert method which allows you to still modify the actual map
  • NumericValue now accepts int16_t as well
  • Template move constructor now actually moves _source as well
  • VariantValue now has assign operators
  • Added an empty and strlen modifier
  • Refactored the way the internal Parameters is created
  • Optimized the way c code is generated
  • Literal strings can now be used as numbers