Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / spirit / home / support / detail / lexer / file_input.hpp
index bf7dba7..fe5412e 100644 (file)
@@ -24,11 +24,7 @@ public:
     class iterator
     {
     public:
-#if defined _MSC_VER && _MSC_VER <= 1200
-        friend basic_file_input;
-#else
         friend class basic_file_input;
-#endif
 
         struct data
         {
@@ -132,11 +128,7 @@ public:
         data _data;
     };
 
-#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_file_input (const basic_state_machine<CharT> *state_machine_,