On Monday, November 14, 2016 at 9:45:15 PM UTC+13, Dmitry Vyukov wrote:
>
> > BTW, is it OK for you that I use your mpmc queue in my boost library 
> (source 
> > contains note about you authorship and link to your website)? 
>
> +lock-free again 
>
> I am perfectly OK with that. The licence is BSD as stated in the site 
> footer, so if you mention my authorship that's enough. 
>

While uniform licensing is not strictly mandatory in Boost, AFAIK, I think 
technically to include the code in a Boost library would prefer Dmitry to 
allow relicensing it with the Boost license 
(http://www.boost.org/users/license.html).  It's very similar to the BSD 
license but not identical.

If either of you are interested, I have an adaptation of the queue which 
supports allocator_traits, movable types, and exception safety (basic or 
noexcept, as appropriate, and BOOST_NO_EXCEPTIONS).

It assumes at least C++11, though.  (Or technically, almost-C++11, since 
it's mostly tested in VS2013.)

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Scalable Synchronization Algorithms" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to lock-free+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lock-free/079cdde2-a663-48fa-b010-2520bca702f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to