Bandit v1.1.1
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