Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove parentheses from destructor call to fix problem with clang 3.5
The clang 3.5 compiler needs a slightly different syntax when calling the destructor. It does not allow a set of parentheses between the name of the destructor and the parentheses which cause the call.
- Loading branch information