Commit Graph
6 Commits
Author SHA1 Message Date
fanquake 6da4ec1ae5 refactor: use core/noncopyable over noncopyable
The later is deprecated:
```cpp

// The header file at this path is deprecated;
// use boost/core/noncopyable.hpp instead.

```
2022-04-08 15:02:43 +01:00
fanquake 8e58e09ba7 refactor: use core/ref.hpp over ref.hpp
The later has been deprecated:
```cpp

// The header file at this path is deprecated;
// use boost/core/ref.hpp instead.

```
2022-04-08 15:00:20 +01:00
Kohei Takahashi ff56beaf55 Remove use of boost::blank, close #8622 2014-11-09 00:49:29 +09:00
Eric Niebler 528ad04fdb baking segmented Fusion
[SVN r73854]
2011-08-17 18:53:56 +00:00
Christopher Schmidt 35e469e2d5 fix for #2355: discrepancy between std::accumulate and fusion::accumulate
[SVN r57125]
2009-10-24 10:59:01 +00:00
Tobias Schwinger 2fdfd41b17 updates functional module: only two unfused variants, now
[SVN r51380]
2009-02-22 06:24:38 +00:00