summaryrefslogtreecommitdiff
path: root/boost/iostreams/filter/regex.hpp
diff options
context:
space:
mode:
authorMyoungJune Park <mj2004.park@samsung.com>2016-11-09 18:20:36 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-11-09 18:20:36 -0800
commit2212a42dc9bc8e6fea9d1dfaf7d2325c3a82b6ab (patch)
tree692e5f3fa6c597e6219766a393411e5a7b82be83 /boost/iostreams/filter/regex.hpp
parent19bc0ae04846b66e010064545c66a1b6f1a042ac (diff)
parentdbcd53541404bc733ffbac7424388791190e1043 (diff)
downloadboost-2212a42dc9bc8e6fea9d1dfaf7d2325c3a82b6ab.tar.gz
boost-2212a42dc9bc8e6fea9d1dfaf7d2325c3a82b6ab.tar.bz2
boost-2212a42dc9bc8e6fea9d1dfaf7d2325c3a82b6ab.zip
Merge "Rebase for boost 1.62.0" into tizen
Diffstat (limited to 'boost/iostreams/filter/regex.hpp')
-rw-r--r--[-rwxr-xr-x]boost/iostreams/filter/regex.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/iostreams/filter/regex.hpp b/boost/iostreams/filter/regex.hpp
index b202e7d3f8..70471c230b 100755..100644
--- a/boost/iostreams/filter/regex.hpp
+++ b/boost/iostreams/filter/regex.hpp
@@ -8,7 +8,7 @@
#ifndef BOOST_IOSTREAMS_REGEX_FILTER_HPP_INCLUDED
#define BOOST_IOSTREAMS_REGEX_FILTER_HPP_INCLUDED
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
# pragma once
#endif