Changeset 56187

Show
Ignore:
Timestamp:
10/09/08 01:52:29 (6 weeks ago)
Author:
VZ
Message:

reverted the last commit and do not define operator<<(wxFileOffset) for VC > 6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/branches/WX_2_8_BRANCH/tests/streams/fileback.cpp

    r56173 r56187  
    2020 
    2121 
    22 #ifdef __VISUALC__ 
     22#ifdef __VISUALC6__ 
    2323// need this to be able to use CPPUNIT_ASSERT_EQUAL with wxFileOffset objects 
    2424static std::ostream& operator<<(std::ostream& ostr, const wxFileOffset& fo) 
     
    2727    return ostr; 
    2828} 
    29 #endif // __VISUALC__ 
     29#endif // __VISUALC6__ 
    3030 
    3131#include "wx/mstream.h"