Opened 10 years ago

Last modified 10 years ago

#7406 new Bugs

Documentation lists the wrong constructor for char_delimiters_separator

Reported by: Therefore <therefore@…> Owned by: jsiek
Milestone: To Be Determined Component: tokenizer
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

http://www.boost.org/doc/libs/1_39_0/libs/tokenizer/char_delimiters_separator.htm

lists as the constructor:

explicit char_delimiters_separator(bool return_delims = false,
 const Char* returnable = "",const Char* nonreturnable = "" )

when it is in fact:

explicit char_delimiters_separator(bool return_delims = false,
   const Char* returnable = 0,const Char* nonreturnable = 0)

from token_functions.hpp

Change History (1)

comment:1 by anonymous, 10 years ago

Component: Documentationtokenizer
Owner: changed from Matias Capeletto to jsiek
Note: See TracTickets for help on using tickets.