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

http://www.boost.org/doc/libs/1_60_0/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/cpp_int.html says:

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 Michel Morin, 6 years ago

Component: Documentationmultiprecision
Owner: changed from Matias Capeletto to John Maddock

comment:2 by John Maddock, 6 years ago

Resolution: fixed
Status: newclosed

Thanks! Fixed in develop.

Note: See TracTickets for help on using tickets.