<div dir="ltr"><div>Dear all, <br><br></div>Is it possible to build RTK using C++11. I have built ITK using the flag <br><br><pre><i>VCL_INCLUDE_CXX_0X:BOOL=ON<br><br></i></pre><pre>I tried <i><br><br></i><br><span class="">SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") <br><br></span></pre><pre><span class="">in the CMakeLists.txt for RTK but I can't build.<br></span></pre><pre><i><br></i></pre><pre>I am just looking to use lambda expressions like<i><br><br><br>std::for_each(m_GantryAngles.begin(), m_GantryAngles.end(), [](double &d){ return d++;} );<br><br></i></pre><pre>in my code and I cannot build. I am assuming the issue is that RTK is not built using C++11<br></pre><pre>Best wishes<br></pre><pre>Pádraig<i><br></i></pre><br></div>