adjust build for boost > 1.55 and vs2015#139
adjust build for boost > 1.55 and vs2015#139chcg wants to merge 13 commits intonotepad-plus-plus:masterfrom
Conversation
|
Why not NuGet ? |
…to detect_new_boost_build_dir
|
Not familiar with integration of nuget. |
|
http://www.scintilla.org/ScintillaDoc.html Basically it means that using Scintilla with standard regular expression can be sufficient. |
(emphasis mine) Well, is it? |
|
Side note:
Grr. They're missing a word? |
|
As I mentioned in other issue, boost::regex can be PCRE while std::regex is not PCRE. So in any case boost is required. |
|
For reference: PCRE == Perl Compatible Regular Expressions |
…to detect_new_boost_build_dir
…to detect_new_boost_build_dir
-- Regex:
-- Breaking change: corrected behavior of basic_regex<>::mark_count() to match existing documentation, basic_regex<>::subexpression(n) changed to match, see #9227
-- Fixed issue #8903.
-- Fixed documentation typos from #9283.
-- Fixed bug in collation code that failed if the locale generated collation strings with embedded nul's, see #9451.
-- Apply patch for unusual thread usage (no statically initiallized mutexes), see #9461.
-- Added better checks for invalid UTF-8 sequences, see #9473.