$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2006-08-27 14:22:07
Janek Kozicki wrote:
> great, but is this code thread safe? Think about several different
> threads calling lexical_cast<> simultaneously. Will this local buffer
> get mangled in such situation?
local buffer == allocated on stack. It is thread safe.
-- Alexander Nasonov Project Manager at Akmosoft ( http://www.akmosoft.com ) Blog: http://nasonov.blogspot.com Email: $(FirstName) dot $(LastName) at gmail dot com