Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: boost-ext/sml

v1.1.12

02 Apr 13:07
Compare
Choose a tag to compare

What's Changed

  • Add support for IAR arm compiler by @hyperspacex2 in #621
  • Handling the any state correctly when using a nested state machine by @vasdal in #634

New Contributors

Full Changelog: v1.1.11...v1.1.12

v1.1.11

09 Mar 16:51
Compare
Choose a tag to compare

v1.1.10

09 Mar 15:58
Compare
Choose a tag to compare

v1.1.9

13 Sep 10:45
Compare
Choose a tag to compare
:arrow_up: 1.1.9

Bug fix

02 May 15:03
Compare
Choose a tag to compare
v1.1.8

:bug: Fix for constexpr in C++14

v1.1.7

01 May 17:57
Compare
Choose a tag to compare
  • bug fixes
  • constexpr support

v1.1.6

07 Sep 10:51
Compare
Choose a tag to compare
:arrow_up: [release] v1.1.6

v1.1.5

23 Mar 19:05
Compare
Choose a tag to compare
:arrow_up: v1.1.5

v1.1.4

16 Feb 21:09
Compare
Choose a tag to compare

[1.1.4] - 2020-02-16

  • Additions
    • LICENSE file

v1.1.3

02 Aug 21:36
Compare
Choose a tag to compare

[1.1.3] - 2020-08-02

  • Additions
    • Support for ""_s using C++20 non-type template parameters
    • Support for member-function like guards/actions
  • Examples