Subject: Re: [boost] [algorithm] any_of does not call std::find - bad performance
From: Albert Yiamakis (vkicefire_at_[hidden])
Date: 2014-04-15 05:56:08


Mistake - was calling boost::find and std::find on different number.
Corrected:

http://pastebin.com/uTaQapN5

any_of performance still inferior.