Ignore:
Timestamp:
02/28/07 19:38:47 (17 years ago)
Author:
mattausch
Message:

removed using namespace std from .h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Polygon3.h

    r2116 r2176  
    170170 
    171171// Overload << operator for C++-style output 
    172 inline ostream& 
    173 operator<< (ostream &s, const Polygon3 &A) 
     172inline std::ostream& 
     173operator<< (std::ostream &s, const Polygon3 &A) 
    174174{ 
    175175        VertexContainer::const_iterator it; 
Note: See TracChangeset for help on using the changeset viewer.