joakimkarlsson
released this
06 Aug 15:25
·
36 commits
to master
since this release
This release fixes the following issues:
- There was a problem building on some systems due to a missing
#include <iterator>
- Context names were not locally scoped. This prevented us from having contexts with the same name but with different parent contexts. (#10)