mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Changed "it's" to the grammatically correct "its".
[SVN r38115]
This commit is contained in:
@ -48,7 +48,7 @@ on whitespace.
|
||||
[*Throws]: `std::runtime_error` if the complexity of matching the expression
|
||||
against an N character string begins to exceed O(N[super 2]), or if the
|
||||
program runs out of stack space while matching the expression (if Boost.Regex is
|
||||
configured in recursive mode), or if the matcher exhausts it's permitted
|
||||
configured in recursive mode), or if the matcher exhausts its permitted
|
||||
memory allocation (if Boost.Regex is configured in non-recursive mode).
|
||||
|
||||
[*Example]: the following function will split the input string into a
|
||||
|
Reference in New Issue
Block a user