Subject: Re: [Boost-users] for help, some error of boost regx
From: John Maddock (john_at_[hidden])
Date: 2010-02-26 04:14:28


> The error is in this global regex.
>
> Missing } in quantified repetition. The error occured while parsing the
> regular
> expression fragment: '[- ]?(\d{4>>>HERE>>>)})[- ]?(\'.

Yup, there's an extra ")" before a "}".

BTW how do folks like these new error messages that Steven has quoted here?
Any better than before?

John.