Skip to content
  • Robert Maynard's avatar
    ListCrossProduct now uses a special version for MSVC2013 · f9f205e9
    Robert Maynard authored
    The lazy version that was implemented to get the Intel compiler to work doesn't
    work under MSVC2013. Since MSVC2013 is our least c++11 conforming compiler we
    add a special MSVS2013 code path, since it will be the first compiler we drop.
    f9f205e9