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


Yes I understand that I can't use shmem::map and std::map if they are
both on the global namespace. I've looked at the implementation of the
std::map header from the STL implementation that is included in vc++ 7.2
and that doesn't forward declare std::list in <map>. This is a design
issue rather than a bug. Why forward declare shmem::list by including it
in map.hpp when it isn't used?

Jan