$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-22 12:48:50
----- Original Message -----
From: "Vladimir Prus" <ghost_at_[hidden]>
> Well, comparing a list of targets, where target is a class instance, it
still
> very hard.
Why?
You can do set equality with
if ( $(x) in $(y) ) && ( $(y) in (x) )
if that's any help.
-Dave