Changeset 1592 for code/branches/core3/src/core/Functor.h
- Timestamp:
- Jun 12, 2008, 4:32:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/Functor.h
r1586 r1592 80 80 CreateTypeToStringTemplate(Degree); 81 81 82 template <> \83 inline std::string typeToString<std::string>() { return "string"; } \84 template <> \85 inline std::string typeToString<std::string&>() { return "string"; } \86 template <> \87 inline std::string typeToString<const std::string>() { return "string"; } \88 template <> \82 template <> 83 inline std::string typeToString<std::string>() { return "string"; } 84 template <> 85 inline std::string typeToString<std::string&>() { return "string"; } 86 template <> 87 inline std::string typeToString<const std::string>() { return "string"; } 88 template <> 89 89 inline std::string typeToString<const std::string&>() { return "string"; } 90 90
Note: See TracChangeset
for help on using the changeset viewer.