Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6720: intrusive::unordered_set::clear_and_dispose does not compile on VC11 Beta when passed a stateless lambda
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-11-25 11:12:34
#6720: intrusive::unordered_set::clear_and_dispose does not compile on VC11 Beta
when passed a stateless lambda
---------------------------------------------+------------------------
Reporter: Alexander Bessonov <alexbav@â¦> | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: intrusive
Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
---------------------------------------------+------------------------
Comment (by y.miroshnyk@â¦):
I have the same issue on VS12 (2013) when trying to make following:
actions_.clear_and_dispose([](Buffer<ActionRecord>* value) { delete value;
});
where actions_ is:
boost::intrusive::set<Buffer<ActionRecord>> actions_;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6720#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC