Use a link to Boost.Regex that always point to latest release

This commit is contained in:
Benoît Laurent 2016-02-22 22:17:02 +01:00
parent 85a8a0c26d
commit edce759d88

View File

@ -7,7 +7,7 @@ Kakoune is written in C++11, here are the main coding style points:
- That means avoid depending on boost, it is only allowed for the regex
implementation. The reference for the current regex support is available under
http://www.boost.org/doc/libs/1_59_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html[Perl Regular Expression Syntax].
http://www.boost.org/doc/libs/release/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html[Perl Regular Expression Syntax].
* 4 spaces for indentation, no tabs