[regex] regex_replace_example and the doc

9 Apr
2006
9 Apr
'06
1:54 a.m.
Hi, I now recall this attractive example's mistake. <libs/regex/example/snippets/regex_replace_example.cpp> line89-90 maybe should be: extern const char* pre_expression = "(<)|(>)|(&)|\\r"; extern const char* pre_format = "(?1<)(?2>)(?3&)"; Thus, <libs/regex/doc/regex_replace.html> highlighted by this cpp is weird. :-) -- Regards, Shunsuke Sogame

10 Apr
10 Apr
8:25 a.m.
New subject: [intrusive_ptr] Interface consistence with shared_ptr and the lack of reset
Hello, shared_ptr supports reset(), but intrusive_ptr doesn't, which makes porting from one to the other harder than necessary. Is it possible to add it? Thanks, Bertrand
7016
Age (days ago)
7017
Last active (days ago)
2 comments
3 participants
participants (3)
-
Bertrand Augereau
-
John Maddock
-
Shunsuke Sogame