Subject: [Boost-bugs] [Boost C++ Libraries] #2678: poor programming style in boost::program_options examples
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-23 19:25:33
#2678: poor programming style in boost::program_options examples
-------------------------------+--------------------------------------------
Reporter: alfonso_at_[hidden] | Owner:
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: None
Version: Boost 1.37.0 | Severity: Problem
Keywords: |
-------------------------------+--------------------------------------------
The examples all contain lines similar to the following:
cout << desc << "\n";
The use of "\n" is poor programming style, and should be replaced with
std::endl;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2678> 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:59 UTC