Subject: [Boost-bugs] [Boost C++ Libraries] #7406: Documentation lists the wrong constructor for char_delimiters_separator
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-22 07:15:09
#7406: Documentation lists the wrong constructor for char_delimiters_separator
-----------------------------------------------+----------------------------
Reporter: Therefore <therefore@â¦> | Owner: matias
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
-----------------------------------------------+----------------------------
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
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7406> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC