- Timestamp:
- Sep 6, 2008, 6:20:33 PM (16 years ago)
- Location:
- code/branches/core3/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/util/MultiType.h
r1717 r1718 72 72 class _UtilExport MultiType 73 73 { 74 friend std::ostream& operator<<(std::ostream& outstream, const MultiType& mt); 74 _UtilExport friend std::ostream& operator<<(std::ostream& outstream, const MultiType& mt); 75 template <typename T> 76 friend struct MT_Value; 75 77 76 78 struct _UtilExport MT_ValueBase -
code/branches/core3/src/util/MultiTypeValue.h
r1716 r1718 32 32 #include "UtilPrereqs.h" 33 33 #include "Convert.h" 34 #include "MultiType.h" 34 35 35 36 template <typename T>
Note: See TracChangeset
for help on using the changeset viewer.