[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Replacing boost with std C++11
From: |
Greg Chicares |
Subject: |
Re: [lmi] Replacing boost with std C++11 |
Date: |
Mon, 23 Jan 2017 12:50:43 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 |
On 2017-01-20 18:07, Greg Chicares wrote:
[...]
> That leaves these five candidates for replacement in the near term:
>
> #include <boost/bind.hpp>
> #include <boost/cast.hpp>
> #include <boost/scoped_ptr.hpp>
> #include <boost/shared_ptr.hpp>
> #include <boost/utility/enable_if.hpp>
I've removed all of those except <boost/cast.hpp>, which I'll handle later.
Now we use include these twelve boost headers:
/opt/lmi/free/src/lmi[0]$grep --no-filename '# *include *<boost'
/opt/lmi/src/lmi/*.?pp | sed -e's/ *\/\/.*$//' -e's/# *include/#include/' |sort
| uniq
#include <boost/any.hpp>
#include <boost/cast.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/operators.hpp>
#include <boost/optional.hpp>
#include <boost/regex.hpp>
- Re: [lmi] Replacing boost with std C++11 [Was: Fix value_cast defect shown by the unit test], (continued)
- Re: [lmi] Replacing boost with std C++11 [Was: Fix value_cast defect shown by the unit test], Vadim Zeitlin, 2017/01/11
- Re: [lmi] Replacing boost with std C++11, Greg Chicares, 2017/01/20
- Re: [lmi] Replacing boost with std C++11, Vadim Zeitlin, 2017/01/20
- Re: [lmi] Replacing boost with std C++11, Greg Chicares, 2017/01/20
- Re: [lmi] Replacing boost with std C++11, Vadim Zeitlin, 2017/01/20
- Re: [lmi] Replacing boost with std C++11, Greg Chicares, 2017/01/20
- Re: [lmi] Using auto-vectorization (was: Replacing boost with std C++11), Vadim Zeitlin, 2017/01/20
- Re: [lmi] Using auto-vectorization, Greg Chicares, 2017/01/21
- Re: [lmi] Replacing boost with std C++11, Greg Chicares, 2017/01/21
- Re: [lmi] Replacing boost with std C++11, Vadim Zeitlin, 2017/01/22
- Re: [lmi] Replacing boost with std C++11,
Greg Chicares <=