$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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:
any_of performance still inferior.