Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#6284 closed Tasks (fixed)

qi_parsers/numeric.htm documentation defects

Reported by: Allan Campbell <allanbcampbell@…> Owned by: Hartmut Kaiser
Milestone: To Be Determined Component: spirit
Version: Boost 1.48.0 Severity: Cosmetic
Keywords: spirit documentation parsers numeric Cc: allanbcampbell@…

Description

A number of numeric parser names are listed without trailing underscore:

long_double bin oct hex ulong_long ulong_long(num) long_long long_long(num)

The paramerized version of two parsers are missing the (num) parameter:

double_ ...Parse a floating point number into a double, a number is matched only if it's num

long_double ...Parse a floating point number into a long double, a number is matched only if it's num

Change History (2)

comment:1 by Hartmut Kaiser, 11 years ago

Resolution: fixed
Status: newclosed

(In [76022]) Spirit: fixed #6284: qi_parsers/numeric.htm documentation defects

in reply to:  description comment:2 by Hartmut Kaiser, 11 years ago

Replying to Allan Campbell <allanbcampbell@…>:

A number of numeric parser names are listed without trailing underscore:

long_double bin oct hex ulong_long ulong_long(num) long_long long_long(num)

Yes, that's correct. The parser primitives don't have a trailing underscore in their name.

The paramerized version of two parsers are missing the (num) parameter:

double_ ...Parse a floating point number into a double, a number is matched only if it's num

long_double ...Parse a floating point number into a long double, a number is matched only if it's num

Thanks, that's fixed now.

Note: See TracTickets for help on using tickets.