Search:

Type: Posts; User: Hunter0000

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,708

    Boost Regex rule run-time error

    I'm getting the error

    terminate called after throwing an instance of 'boost::regex_error'
    what(): Invalid content of repeat range
    at this line:

    boost::regex bracketRule(".*?\{((.|\n)*?)}",...
  2. Replies
    4
    Views
    5,332

    Thanks, I figured it was something stupid after I...

    Thanks, I figured it was something stupid after I couldn't find a single thing about it... excuse me while I go destroy the person who told me not to link boost libraries.
  3. Replies
    4
    Views
    5,332

    Problems with Boost Regex in Eclipse CDT

    I'm developing a small game using SDL and recently added a basic parser using boost regex to avoid hardcoding lots of statistical data... after I finally ironed out all the errors and none
    of my...
Results 1 to 3 of 3