Skip to content

Commit

Permalink
Merge pull request #535 from stefan301/stefan301-patch-1
Browse files Browse the repository at this point in the history
Update escape_char.ipp
  • Loading branch information
djowel committed Sep 14, 2019
2 parents 1fc5359 + ecfe4b5 commit 4fc68a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -166,7 +166,7 @@ namespace impl {
return scan.no_match(); // overflow detected
}
};
#if (defined(BOOST_MSVC) && (BOOST_MSVC <= 1310))
#if defined(BOOST_MSVC)
#pragma warning(pop)
#endif

Expand Down

0 comments on commit 4fc68a1

Please sign in to comment.