// minimal test program. #include #include void f() { int a[] = { 0 }; boost::count( boost::join( a, a ), 0 ); } /* * compiler version * - Microsoft Visual Studio 2010 SP1 * * boost version * - boost 1.48.0 * * > cl /c /EHsc /W4 join.cpp * boost/range/detail/join_iterator.hpp(114) : warning C4100: 'selected' */