Merged in fix/c++11-narrowing (pull request #90)

Fix the c++ type narrowing error on OSX/clang
release/4.3a0
Frank Dellaert 2015-01-19 19:05:42 +01:00
commit 47811e3a64
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ struct HasManifoldPrereqs {
};
/// Extra manifold traits for fixed-dimension types
template<class Class, size_t N>
template<class Class, int N>
struct ManifoldImpl {
// Compile-time dimensionality
static int GetDimension(const Class&) {