summaryrefslogtreecommitdiff
path: root/boost/regex/v4/match_flags.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/regex/v4/match_flags.hpp')
-rw-r--r--boost/regex/v4/match_flags.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/regex/v4/match_flags.hpp b/boost/regex/v4/match_flags.hpp
index 26bde9a51b..e21de6cf6a 100644
--- a/boost/regex/v4/match_flags.hpp
+++ b/boost/regex/v4/match_flags.hpp
@@ -71,7 +71,7 @@ typedef enum _match_flags
} match_flags;
-#if (defined(_MSC_VER) && (_MSC_VER < 1300)) || defined(__BORLANDC__)
+#if defined(__BORLANDC__)
typedef unsigned long match_flag_type;
#else
typedef match_flags match_flag_type;