imageworks / Field3D

[NO LONGER MAINTAINED] A library for storing voxel data on disk and in memory.
https://github.com/imageworks/Field3D/wiki/Field3D-Home
BSD 3-Clause "New" or "Revised" License
305 stars 72 forks source link

Provide implementation of DataTypeTraits<T>::name() #33

Closed magnusw closed 12 years ago

magnusw commented 12 years ago

The default implementations for DataTypeTraits were removed in v1.3. name() should be implemented with typeid(T).name() so that client code can template the Field subclasses on types other than those defined in Field3D.

magnusw commented 12 years ago

Fixed.