From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2008-04-11 04:28:56


Eric Niebler <eric <at> boost-consulting.com> writes:

> Or you may have meant:
>
> // Match a literal '$' character
> sregex rx = as_xpr('$');
>
> Rather than guess what you mean, it's now an error and you have to say
> which. I simply forgot I made this change, which is why it's not in the
> release notes.

So if I simply wnat to use "/" as separator for tokenisation
I have to say as_xpr here, right?

Markus