$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [variant] variant member function apply_visitor( visitor ) thread-safe?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-09-08 11:23:29
AMDG
Ovanes Markarian wrote:
> my only concern would be to evaluate how the variant behaves in MT
> environment. Especially if the implementation uses VTable idiom to avoid
> additional level of indirection.
Boost.Variant uses a switch statement to dispatch.
In Christ,
Steven Watanabe