From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-07 09:44:03


In adjacency_list.hpp, I find this line:

#define BOOST_NO_ITERATOR_ADAPTORS // local macro to this header

But then many other headers are included, and finally there is no matching
#undef to make it local. Was this intentional?