id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 831,regex v1.33.1 match_results::format compile error in vc6,jeffreyren,John Maddock,"{{{ Hello, I try boost v1.33.1 regex match_results::format in msvc6 sp6, but receive the following error: c:\program files\microsoft visual studio\vc98\include\xlocnum(267) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Reproduce: VC6-->Create a MDI application --> add the following code: string strfind = ""b(.)""; string Str = ""abc""; string fmt = ""x\\1y""; regex reg(strfind); smatch match; bool bFind = regex_search(Str, match, reg, match_default); if(bFind) { string Rep = match.format(fmt, format_default); } I want to know if there is any method to support match_results::format compile? Thanks. Jeffrey }}}",Bugs,closed,,regex,None,,Wont Fix,,