Opened 10 years ago
Last modified 10 years ago
#7406 new Bugs
Documentation lists the wrong constructor for char_delimiters_separator
Reported by: | 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 , 10 years ago
Component: | Documentation → tokenizer |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
Up to date link:
http://www.boost.org/doc/libs/1_51_0/libs/tokenizer/char_delimiters_separator.htm