<p><a href="https://github.com/zoq" class="user-mention">@zoq</a> <a href="https://github.com/stereomatchingkiss" class="user-mention">@stereomatchingkiss</a> I noticed that in CXX11.cmake you had this defined:</p>

<p>macro(check_for_cxx11_compiler _VAR)<br>
    message(STATUS "Checking for C++11 compiler")<br>
    set(${_VAR})<br>
    if((MSVC AND (MSVC10 OR MSVC11 OR MSVC12)) OR<br>
       (CMAKE_COMPILER_IS_GNUCXX AND NOT ${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS 4.6) OR<br>
       (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND NOT ${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS 3.1) OR<br>
       (CMAKE_CXX_COMPILER_ID STREQUAL "Intel" AND NOT ${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS 12.0))<br>
        set(${_VAR} 1)<br>
        message(STATUS "Checking for C++11 compiler - available")<br>
    else()<br>
        message(STATUS "Checking for C++11 compiler - unavailable")<br>
    endif()<br>
endmacro()</p>

<p>So according to this I should use a version MSVC12 or less?</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/613#issuecomment-209110562">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFA06yse2WN5FkMvEjB1ZsnXCqdVZks5p3A7hgaJpZM4IFlbq.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/613#issuecomment-209110562"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>