Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `std::is_base_of<T,U>()` and `std::is_reference<T>()` member functions were added in C++14. To maintain C++11 compatibility, use the `::value` instead. Current code fails on intel-17 and other compilers if using strict C++11
- Loading branch information