Update typename.hh

This commit is contained in:
Jan Möbius
2019-08-26 16:27:13 +02:00
parent b85b66d679
commit 83c7408ff2

View File

@@ -1,8 +1,8 @@
#pragma once
/// Get an internal name for a type
/// Important, this is depends on compilers and versions, do NOT se in file formats!
/// This provides property type safty when only limited RTTI is available
/// Important, this is depends on compilers and versions, do NOT use in file formats!
/// This provides property type safety when only limited RTTI is available
/// Solution adapted from OpenVolumeMesh
#include <string>