Skip to content

Commit

Permalink
switch last (!) remaining std::cout to destination
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 20, 2016
1 parent 8c91b01 commit 6dd6008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpack/core/util/prefixedoutstream_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void PrefixedOutStream::BaseLogic(const T& val)
if (fatal && newlined)
{
if (!ignoreInput)
std::cout << std::endl;
destination << std::endl;

// Print a backtrace, if we can.
#ifdef HAS_BFD_DL
Expand Down

0 comments on commit 6dd6008

Please sign in to comment.