Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't use namespace std in publicly exposed code.
Doing so is bad practice. In our case, we override enable_if in our engine, and the compiler got confused.
- Loading branch information