...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::compute::mismatch
// In header: <boost/compute/algorithm/mismatch.hpp> template<typename InputIterator1, typename InputIterator2> std::pair< InputIterator1, InputIterator2 > mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, command_queue & queue = system::default_queue());