$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Visitor Pattern Implementation
From: Rodrigo Madera (rodrigo.madera_at_[hidden])
Date: 2008-11-07 07:58:23
>
> Do you mean the Observer pattern, or are you just talking about
> boost::visit_each? I'm not aware of anything about visit_each that makes
> it inherently unusable in a multi-threaded program. Boost.Variant uses
> visitors. You could look at the BGL too, which also uses visitors.
>
I mean Visitor Pattern, by means of boost::visit_each.
Thank you for you input!