<iostream> and std::endl
            
            
            
                12 Oct
                
                    2006
                
            
            
                12 Oct
                
                '06
                
            
            
            
        
    
                1:18 p.m.
            
        progress.hpp uses std::endl and includes only <iostream> I read the following at http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ef96516cd9... "Note: while most implementations will work without it, the declaration for 'endl' is provided by <ostream>. It is allowed to be, but not required to be, provided by <iostream>. 'endl' is also in namespace 'std'. (Its 'full name' is 'std::endl')" Shouldn't <ostream> be included?
        6963
        
      
          Age (days ago)
        
      
        6963
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
Jens Müller