From: Jan Stetka (janpstetka_at_[hidden])
Date: 2006-05-02 19:42:06


Hello,

The compiler knows about shmem::list as it is declared in shmem_fwd.hpp
which is included in containers\map.hpp. shmem::list is NOT used in
map.hpp. It would be possible to just forward declare those classes
that are needed. Such a fine grained approach would make it easier to
use shmem and stl side by side.

Thanks.