Bugfix. (removed forgotten "using namespace std")
authorbeckerjc
Wed, 13 Oct 2004 15:52:35 +0000
changeset 943cb0ac054ea92
parent 942 75fdd0c6866d
child 944 4f064aff855e
Bugfix. (removed forgotten "using namespace std")
src/lemon/map_registry.h
     1.1 --- a/src/lemon/map_registry.h	Mon Oct 11 18:02:48 2004 +0000
     1.2 +++ b/src/lemon/map_registry.h	Wed Oct 13 15:52:35 2004 +0000
     1.3 @@ -23,8 +23,6 @@
     1.4  ///\file
     1.5  ///\brief Map registry for graph maps.
     1.6  
     1.7 -using namespace std;
     1.8 -
     1.9  namespace lemon {
    1.10  
    1.11    /// \addtogroup graphmapfactory