id summary reporter owner description type status milestone component version severity resolution keywords cc 9629 is_permutation code for cxx14 is broken dsp@… Marshall Clow "1) Lines 59/61 refer to some macro ""_VSTD"" unknown to my compiler (Visual Studio 2012): {{{diff1_t len1 = _VSTD::distance(first1, last1);}}} Presumably ""_VSTD"" should be replaced by ""std"". 2) Lines 114/115 refer to some unqualified iterator_traits: {{{typedef typename iterator_traits<_ForwardIterator1>::value_type value1_t;}}} Presumably a ""std::"" prefix is missing here. " Bugs closed To Be Determined algorithm Boost 1.55.0 Problem fixed