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