<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hi!<br></p><p>With recent advances in Visual C++ support for recent version of the C++ standard, I was curious and gave it another try. I added the followig lines to config.h.cmake to teach Visual C++ some C++<br></p><p><br></p><p>#ifdef _MSC_VER<br>#define and &&<br>#define or ||<br>#define not !<br>#endif</p><p><br></p><p>Unfortenatly Dune embraced recent versions of C++ faster then the compiler. I wasn't able to compile dune-common, because I got an error C2833 ('operator decltype' is not a recognized operator or type) in rangeutilities.hh:242.<br></p><p><br></p><p>So, we'll have to wait a little bit longer to get Dune compiled by Visual C++.<br></p><p><br></p><p>Bye<br></p><p>Christoph<br></p></body></html>