From 28dd4580880ca21f41dbaf0e3b3de311148958c3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 25 Apr 2006 20:34:32 +0000 Subject: [PATCH] Add missing "inline". Fixes boost-Bugs-1476219. [SVN r33819] --- 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