Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / spirit / home / support / detail / lexer / input.hpp
index a575e6c..e0a5ecc 100644 (file)
@@ -23,11 +23,7 @@ public:
     class iterator
     {
     public:
-#if defined _MSC_VER && _MSC_VER <= 1200
-        friend basic_input;
-#else
         friend class basic_input;
-#endif
 
         struct data
         {
@@ -481,11 +477,7 @@ public:
         }
     };
 
-#if defined _MSC_VER && _MSC_VER <= 1200
-    friend iterator;
-#else
     friend class iterator;
-#endif
 
     // Make it explict that we are NOT taking a copy of state_machine_!
     basic_input (const basic_state_machine<typename Traits::char_type>