Closed iamPHEN closed 8 years ago
Looks like a few failures w/clang and gcc linux builds. I'll take a look into these when I can.
Looks like I'm hitting this error with gcc, which looks to be fixed in Catch 1.5.0:
https://github.com/philsquared/Catch/issues/593
And looks like clang needs to be updated to 3.5 to fix those issues. I can update catch to surpress the paren warnings to 1.5.0, but I'm unsure what to do about Clang, should entityx be updated for that? Do we need more travis configs (and don't build tests with clang 3.4)?
This can't be merged if it requires GCC 6.1. Please reopen if you can get it working across a few compilers.
Should fix throw in destructor mentioned in #145.