<p>#include </p>

<p>// Use Armadillo's C++ version detection.<br>
#ifdef ARMA_USE_CXX11<br>
  #define MLPACK_USE_CX11<br>
#endif</p>

<p>#endif</p>

<p>// Clean up unfortunate Windows preprocessor definitions, even if this file was<br>
// already included.  Use std::min and std::max!<br>
#ifdef _WIN32<br>
  #ifdef min<br>
    #undef min<br>
  #endif</p>

<p>#ifdef max<br>
    #undef max<br>
  #endif</p>

<hr>

<p>this must be done before including triangular_kernel.hpp not  after as is done in core.hpp</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/422#issuecomment-83972470">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFIEWo-bZg5w7gZ0GKQu43Mj2G10Hks5n2-iAgaJpZM4Dx1eJ.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/422#issuecomment-83972470"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>