$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [xpressive] is regex_match threadsafe?
From: Sergey Skorokhodov (ucayalyfish_at_[hidden])
Date: 2009-03-18 10:25:19
Hi,
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?
TIA
-- Sergey Skorokhodov