Skip to content

v2.1.3

Compare
Choose a tag to compare
@janstarke janstarke released this 10 Apr 20:24
· 43 commits to master since this release
456cfbc
  • switch to C++14, which mainly means that new and delete are not used anymore; instead shared_ptr and unique_ptr are being used
  • a lot of new test cases
  • catch is used, instead of googletest