Opened 12 years ago

Closed 12 years ago

#4332 closed Bugs (fixed)

integer/integer_mask.hpp does not support 64-bit integers

Reported by: tjgolubi@… Owned by: Daryle Walker
Milestone: Boost 1.43.0 Component: integer
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

boost::low_bits_mask_t<64> should be specialized.

Attachments (1)

integer_mask.hpp.patch (654 bytes ) - added by tjgolubi@… 12 years ago.
Proposed patch (untested)

Download all attachments as: .zip

Change History (2)

by tjgolubi@…, 12 years ago

Attachment: integer_mask.hpp.patch added

Proposed patch (untested)

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [62756]) Add a 64 bit specialization of low_bits_mask_t. Fixes #4332

Note: See TracTickets for help on using tickets.