Opened 7 years ago
Closed 6 years ago
#11938 closed Bugs (fixed)
multiprecision documentation error
| Reported by: | anonymous | Owned by: | John Maddock |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | multiprecision |
| Version: | Boost 1.60.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
typedef number<cpp_rational_backend> checked_cpp_rational;
I figure it's supposed to say:
typedef number<checked_cpp_rational_backend> checked_cpp_rational;
Change History (2)
comment:1 by , 6 years ago
| Component: | Documentation → multiprecision |
|---|---|
| Owner: | changed from to |
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Thanks! Fixed in develop.