Skip to content

Better StateArgs (C++14)

Compare
Choose a tag to compare
@amaiorano amaiorano released this 07 Oct 03:12
· 11 commits to master since this release
  • Remove std::ref() wrapping immediate string state args in book samples as they are no longer required
  • Implement MSVC-specific workaround so that we can pass immediate strings as state args
  • Optimize case of transition for state override with no state args
  • Add support for state overrides with state args
  • Fix book samples to work with new state args mechanism
  • Improve StateArgs mechanism by making use of C++11 features
  • Enable C++14 support for gcc and Clang
  • Simplify .gitignore