Merged in fix/c++11-narrowing (pull request #90)
Fix the c++ type narrowing error on OSX/clangrelease/4.3a0
commit
47811e3a64
|
@ -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&) {
|
||||
|
|
Loading…
Reference in New Issue