2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00
Files
spirit/doc
Andrey Semashev 66145232eb Switch to boost::core::invoke_swap.
boost::swap is deprecated and will be removed. Use boost::core::invoke_swap
as a replacement, where needed.

Removed "using boost::swap" in common.hpp, since this is not the intended usage
of Boost.Swap, and doing so did not add anything to the existing code (which
already did "using std::swap").

Corrected documentation re. compatibility with boost::swap/
boost::core::invoke_swap. It does not (and never did) use member swap()
functions, but simply forwards to either std::swap or the user-defined free
function overload (which, in turn, may forward to the member swap()).
2023-09-02 20:33:56 +03:00
..
2011-01-03 16:58:38 +00:00
2019-12-27 21:49:15 -05:00
2019-12-27 21:49:15 -05:00
2017-12-06 21:29:43 +01:00
2023-09-02 20:33:56 +03:00
2021-11-29 19:07:31 +03:00
2015-04-24 15:49:16 +09:00
2023-06-10 17:07:58 +03:00
2011-01-03 16:58:38 +00:00
2011-01-03 16:58:38 +00:00
2021-09-28 22:24:57 +03:00
2016-07-12 02:49:07 +02:00
2011-01-03 16:58:38 +00:00
2018-12-18 21:09:04 +00:00
2009-07-30 13:32:03 +00:00
2011-01-03 16:58:38 +00:00
2011-01-03 16:58:38 +00:00
2008-04-13 03:02:30 +00:00
2017-12-06 21:29:43 +01:00
2011-01-12 13:22:40 +00:00
2019-04-22 23:27:49 +02:00
2011-01-03 16:58:38 +00:00
2021-11-29 19:07:31 +03:00