Added failing test for missing #include guard, then fixed it.

[SVN r28459]
This commit is contained in:
Dave Abrahams
2005-04-24 11:48:23 +00:00
parent f9c4915b55
commit ab372a0a74
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
// Borland 5.5.1 (broken due to lack of support from Boost.Tuples)
#ifndef BOOST_ZIP_ITERATOR_TMB_07_13_2003_HPP_
# define BOOST_ZIP_ITERATOR_TMB_07_13_2003_HPP_
#include <stddef.h>
#include <boost/iterator.hpp>

View File

@ -42,6 +42,7 @@
/////////////////////////////////////////////////////////////////////////////
#include <boost/iterator/zip_iterator.hpp>
#include <boost/iterator/zip_iterator.hpp> // 2nd #include tests #include guard.
#include <iostream>
#include <vector>
#include <list>