Opened 11 years ago
#5721 new Patches
Modulo operation for boost::rational
Reported by: | Owned by: | Jonathan Turkanis | |
---|---|---|---|
Milestone: | To Be Determined | Component: | rational |
Version: | Boost Development Trunk | Severity: | Optimization |
Keywords: | Cc: |
Description
boost::rational currently omits to define modulo on rational numbers. The attached patches adds operator%= to boost::rational and therefore allows it to use ordered_euclidian_ring_operators.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
The proposed patch