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
7733
Age (days ago)
7734
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Abrahams -
mstone@cs.swarthmore.edu