From d19f04af7b27865da50815da3f112571514eae94 Mon Sep 17 00:00:00 2001
From: John Maddock ++(*this)
.
The following example +
The following example takes a string and splits it into a series of tokens:
#include <iostream> diff --git a/doc/regex_token_iterator.html b/doc/regex_token_iterator.html index 1cbd0b00..b13b3cb5 100644 --- a/doc/regex_token_iterator.html +++ b/doc/regex_token_iterator.html @@ -162,7 +162,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg then calls++(*this)
.Examples
-The following example +
The following example takes a string and splits it into a series of tokens:
#include <iostream>