replace boost with std in comment

This commit is contained in:
Arne Morten Kvarving
2020-02-19 09:53:01 +01:00
parent 3d83512f09
commit 36d4fa2923

View File

@@ -236,7 +236,7 @@ namespace Opm {
* \code
* using namespace Opm::unit;
* std::transform(p.begin(), p.end(), p.begin(),
* boost::bind(convert::to, _1, psia));
* std::bind(convert::to, std::placeholders::_1, psia));
* \endcode
*
* @param[in] q Physical quantity, measured in SI units.