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/Rectangle3.h

    r1772 r2176  
    33 
    44#include <iostream> 
    5 using namespace std; 
     5// 
    66#include "Vector3.h" 
    77 
     
    6060        ) const; 
    6161 
    62   friend ostream& operator<< (ostream &s, const Rectangle3 &r) { 
     62  friend std::ostream& operator<< (std::ostream &s, const Rectangle3 &r) { 
    6363    return s<<"Rectangle3:"<<r.mVertices[0]<<r.mVertices[1]<<r.mVertices[2]<<r.mVertices[3]; 
    6464  } 
Note: See TracChangeset for help on using the changeset viewer.