[Rcpp-commits] r3457 - pkg/RcppArmadillo/inst/include/armadillo_bits
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 2 15:29:48 CET 2012
Author: edd
Date: 2012-02-02 15:29:47 +0100 (Thu, 02 Feb 2012)
New Revision: 3457
Modified:
pkg/RcppArmadillo/inst/include/armadillo_bits/forward_bones.hpp
Log:
keep 'using std::cout' as it doesn't lead to linking if cout is not actually deployed
Modified: pkg/RcppArmadillo/inst/include/armadillo_bits/forward_bones.hpp
===================================================================
--- pkg/RcppArmadillo/inst/include/armadillo_bits/forward_bones.hpp 2012-02-01 12:26:42 UTC (rev 3456)
+++ pkg/RcppArmadillo/inst/include/armadillo_bits/forward_bones.hpp 2012-02-02 14:29:47 UTC (rev 3457)
@@ -11,8 +11,8 @@
// (see http://www.opensource.org/licenses for more info)
-// using std::cout;
-// using std::cerr;
+using std::cout;
+using std::cerr;
using std::endl;
using std::ios;
More information about the Rcpp-commits
mailing list