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

    r1001 r2176  
    33 
    44#include <iostream> 
    5 using namespace std; 
     5// 
    66 
    77namespace GtpVisibilityPreprocessor { 
     
    100100 
    101101  // Overloaded output operator. 
    102   friend ostream& operator<< (ostream &s, const Matrix4x4 &M); 
     102  friend std::ostream& operator<< (std::ostream &s, const Matrix4x4 &M); 
    103103}; 
    104104 
Note: See TracChangeset for help on using the changeset viewer.