<p>Hello guys, again, I start by saying am not good with C++. </p>

<p>I was getting a bunch of errors that I eventually figured were as a result of some methods being called from the std namespace. A little poking around informed that these methods are in std for c++ 11, but not earlier versions. </p>

<p>I added this block to config.hpp, went back to armadillo and 'made (ran 'make' command), and was able to proceed some more:</p>

<p><strong><code>#if !defined(ARMA_DONT_USE_CXX11)<br>
 #define ARMA_DONT_USE_CXX11<br>
//// Uncomment the above line to forcefully disable use of C++11 features (eg. initialiser lists).<br>
#endif</code></strong></p>

<p>but now I have come across an error of same nature, possibly implying that I need to go back to C++ 11  as follows:</p>

<p><strong>/mlpack-master/src/mlpack/core/math/columns_to_blocks.cpp:30:32: error: ‘round’ is not a member of ‘std’</strong></p>

<p>I know that going to 11 will definitely break the other files. Should I edit 'columns_to_blocks.cpp' to use the suggestions that the compiler is giving me? Please see attached capture.</p>

<p>PS: Am doing this on windows 10, 64 bit version, if this is any help.</p>

<p><a href="https://cloud.githubusercontent.com/assets/4677601/14432220/0f52ae84-0001-11e6-8d68-1ae9d1de022d.PNG" target="_blank"><img src="https://cloud.githubusercontent.com/assets/4677601/14432220/0f52ae84-0001-11e6-8d68-1ae9d1de022d.PNG" alt="c11" style="max-width:100%;"></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/610">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFGhR4yY08-rWqkiChazZXcVZCJ3rks5p2mbKgaJpZM4IEgrW.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/610"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>