[mlpack] 24/30: Clarify use of -std=c++11.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Dec 26 10:15:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit a770d1d453edf928c29fa7a1d3b1d01ba773706a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Dec 20 21:08:37 2016 -0500

    Clarify use of -std=c++11.
---
 doc/guide/sample.hpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/guide/sample.hpp b/doc/guide/sample.hpp
index d486016..b8f5056 100644
--- a/doc/guide/sample.hpp
+++ b/doc/guide/sample.hpp
@@ -3,7 +3,9 @@
 @section sampleintro Introduction
 
 On this page, several simple mlpack examples are contained, in increasing order
-of complexity.
+of complexity.  If you compile from the command-line, be sure that your compiler
+is in C++11 mode.  With gcc and clang, this can be accomplished by adding the
+ at c -std=c++11 option.
 
 @section covariance Covariance Computation
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list