Opened 8 years ago
Last modified 8 years ago
#10846 new Bugs
Bug in python::detail::cv_tag<>
Reported by: | Owned by: | Ralf W. Grosse-Kunstleve | |
---|---|---|---|
Milestone: | To Be Determined | Component: | python USE GITHUB |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I believe I spotted a bug in boost/python/detail/cv_category.hpp. In cv_tag the constant is_volatile is initialized with is_const_.
https://github.com/boostorg/python/blob/master/include/boost/python/detail/cv_category.hpp#L15
Note:
See TracTickets
for help on using tickets.
Fix is here: https://github.com/boostorg/python/pull/12