$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Primeaux (mjprimeaux_at_[hidden])
Date: 2006-03-27 23:25:51
I'm using the latest version of the boost regex libraries and am receiving
an exception when using the regex_replace function with the following
regular expression:
 
(?i)(?<!')((<\s*OBJECT\s*[^>]+classid="clsid:[^>]+?(?<!\s*/\s*)>[^*]+?<\s*/\
s*OBJECT\s*>)|(<\s*OBJECT\s*[^>]+classid=\s*\"clsid:[^/>]+/))
 
..which works in other industry standard regex library routines.
 
I seem to be failing on line 767 of basic_regex_creator.hpp.
 
Any assistance is appreciated.
 
Kindest regards,
Michael Primeaux