Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4183: Crypto/password generator example
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-06 01:12:07
#4183: Crypto/password generator example
-----------------------------------+----------------------------------------
Reporter: olafvdspek@⦠| Owner: no-maintainer
Type: Support Requests | Status: closed
Milestone: Boost 1.44.0 | Component: random
Version: Boost 1.42.0 | Severity: Problem
Resolution: fixed | Keywords:
-----------------------------------+----------------------------------------
Comment (by JRSmith73@â¦):
To whom it may concern:
I believe there is a typographical error within your recommended code
password.cpp. Specifically, the last line defining the character string
contains two open curly braces { and no close curly brace }.
(http://www.boost.org/doc/libs/1_50_0/libs/random/example/password.cpp):
{{{
"`~-_=+[{]{\\|;:'\",<.>/? ");
}}}
I believe the correct entry should be:
{{{
"`~-_=+[{]}\\|;:'\",<.>/? ");
}}}
However, the impact of this on random password generation is minimal.
Respectfully,
JRSmith
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4183#comment:4> 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