Fixed empty template parameter issue under msvc.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@182 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -374,7 +374,7 @@ namespace OMFormat {
|
|||||||
return static_cast<Chunk::Dim>(vector_traits< VecType >::size() - 1);
|
return static_cast<Chunk::Dim>(vector_traits< VecType >::size() - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <>
|
template <typename VecType>
|
||||||
inline
|
inline
|
||||||
Chunk::Dim dim( const Chunk::Header& _hdr )
|
Chunk::Dim dim( const Chunk::Header& _hdr )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user