Patch for bug in boost/boost/iterator/zip_iterator.hpp

23 Apr
2005
23 Apr
'05
4:40 p.m.
boost/iterator/zip_iterator.hpp has an incomplete #include guard. This patch adds the necessary define to avoid redefinition errors when zip_iterator.hpp is included more than once. Michael

24 Apr
24 Apr
11:55 a.m.
mstone@cs.swarthmore.edu (Michael Stone) writes:
boost/iterator/zip_iterator.hpp has an incomplete #include guard. This patch adds the necessary define to avoid redefinition errors when zip_iterator.hpp is included more than once.
Applied. I also added the necessary regression test that is broken before the patch and fixed afterwards. -- Dave Abrahams Boost Consulting www.boost-consulting.com
7357
Age (days ago)
7358
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
mstone@cs.swarthmore.edu