Skip to content

Commit

Permalink
Add #include <boost/next_prior.hpp>; no longer in utility.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 2, 2017
1 parent 6bee2bf commit 12726cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/lockfree/spsc_queue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <boost/assert.hpp>
#include <boost/static_assert.hpp>
#include <boost/utility.hpp>
#include <boost/next_prior.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/config.hpp> // for BOOST_LIKELY

Expand Down

5 comments on commit 12726cd

@toralf
Copy link

@toralf toralf commented on 12726cd Nov 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this in 1.67.0 too ?

@kode54
Copy link

@kode54 kode54 commented on 12726cd Nov 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So nice of Ubuntu 18.10 to freeze on 1.67 and not include this fix in their patches.

is this in 1.67.0 too ?

No, it is not. This is post-1.67.

@federicobriata
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@federicobriata
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LocutusOfBorg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the fix is now in official Debian repository.

For Ubuntu 18.10 its eol now

Please sign in to comment.