From f482354ffd702d02e35d262f252f4de9b2390f53 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 25 Apr 2006 20:35:01 +0000 Subject: [PATCH] merged from trunk [SVN r33820] --- include/boost/iterator/zip_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator/zip_iterator.hpp b/include/boost/iterator/zip_iterator.hpp index b0eef96..6758dad 100755 --- a/include/boost/iterator/zip_iterator.hpp +++ b/include/boost/iterator/zip_iterator.hpp @@ -316,7 +316,7 @@ namespace boost { // No point in bringing in a bunch of #ifdefs here. This is // going to go away with the next tuple implementation anyway. // - bool tuple_equal(tuples::null_type, tuples::null_type) + inline bool tuple_equal(tuples::null_type, tuples::null_type) { return true; } template