$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-03-16 16:02:12
> What I do not understand is, the "current" variant type seems to be
changed
> at runtime (at assignment), then how can apply_vistor know which
operator()
> to call at compile time?
switch by type index and static cast to appropriate type.
Gennadiy