summaryrefslogtreecommitdiff
path: root/boost/spirit/home/support/detail/lexer/file_input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/support/detail/lexer/file_input.hpp')
-rw-r--r--boost/spirit/home/support/detail/lexer/file_input.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/boost/spirit/home/support/detail/lexer/file_input.hpp b/boost/spirit/home/support/detail/lexer/file_input.hpp
index bf7dba742f..fe5412e005 100644
--- a/boost/spirit/home/support/detail/lexer/file_input.hpp
+++ b/boost/spirit/home/support/detail/lexer/file_input.hpp
@@ -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_,