SL-18837: Don't include a version-specific Boost.Regex header.
Let the umbrella <regex.hpp> header make that decision.master
parent
6d2d0c8ee5
commit
42c69448da
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include <boost/algorithm/string/trim.hpp>
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/regex/v4/match_results.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#if LL_MSVC
|
||||
|
|
|
|||
Loading…
Reference in New Issue