Subject: Re: [Boost-bugs] [Boost C++ Libraries] #807: boost::assignment documentation: mathematical "typo"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-08-21 21:11:09
#807: boost::assignment documentation: mathematical "typo"
---------------------+------------------------------------------------------
Reporter: nobody | Owner: nesotto
Type: Bugs | Status: new
Milestone: | Component: assign
Version: None | Severity: Cosmetic
Resolution: None | Keywords:
---------------------+------------------------------------------------------
Changes (by marshall):
* status: assigned => new
* component: None => assign
* severity: => Cosmetic
Old description:
> {{{
> From http://www.boost.org/libs/assign/doc/index.html :
>
> const list<int> primes = list_of(1)(2)(3)(5)(7)(11);
>
> The "bug" is that 1 is not a prime. :)
>
> Reference at http://en.wikipedia.org/wiki/Prime_number .
>
> --federico poloni
> }}}
New description:
{{{
From http://www.boost.org/libs/assign/doc/index.html :
const list<int> primes = list_of(1)(2)(3)(5)(7)(11);
The "bug" is that 1 is not a prime. :)
Reference at http://en.wikipedia.org/wiki/Prime_number .
--federico poloni
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/807#comment:1>
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:49:56 UTC