rexrangga / gray-matter

Automatically exported from code.google.com/p/gray-matter
0 stars 0 forks source link

using namespace std; #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

It's usually good practice to not bring in the STL in every header.  Common
practice is to use std:: in all headers and 'use namespace std' in the
implementation files.

Original issue reported on code.google.com by james.d....@gmail.com on 28 Feb 2007 at 7:48

GoogleCodeExporter commented 9 years ago
Doug suggested this might improve compile time but wouldn't affect run time.  
We're keeping the status quo for 
simplicity.

Original comment by brainix on 1 Mar 2007 at 4:50