18 Mar
2009
18 Mar
'09
2:58 p.m.
Ovanes Markarian wrote:
Sergey Skorokhodov wrote:
Is it safe to call regex_match with the same cregex|sregex object from different threads? Or should each thread use its own cregex|sregex object?
I see in the docs that regex param is passed as a reference to the const object, therefore calling regex_match from different threads is thread safe for regex (cregex|sregex) object instances.
Yes, that's correct. regex objects can be used from multiple threads. -- Eric Niebler BoostPro Computing http://www.boostpro.com