Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1718


Ignore:
Timestamp:
Sep 6, 2008, 6:20:33 PM (16 years ago)
Author:
rgrieder
Message:

msvc adaption of code ;)

Location:
code/branches/core3/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/MultiType.h

    r1717 r1718  
    7272class _UtilExport MultiType
    7373{
    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;
    7577
    7678    struct _UtilExport MT_ValueBase
  • code/branches/core3/src/util/MultiTypeValue.h

    r1716 r1718  
    3232#include "UtilPrereqs.h"
    3333#include "Convert.h"
     34#include "MultiType.h"
    3435
    3536template <typename T>
Note: See TracChangeset for help on using the changeset viewer.