Skip to content

Bandit v1.1.1

Compare
Choose a tag to compare
@joakimkarlsson joakimkarlsson released this 11 Aug 19:22
· 480 commits to master since this release

fix: reducing risk of name collisions

  • Removed a 'using namespace std;' which caused the std namespace to leak to client code.
  • Moved all types except the functions making up the grammar of bandit to the 'bandit::detail' namespace to reduce the risk of collisions.

fix: bandit didn't compile on gcc < 4.7

Bandit have now been successfully built and tested on:

  • gcc v4.5 - v4.8
  • clang 3.2.0
  • Visual Studio 2012