<div dir="ltr">I don't think C++03 add any new features.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 1:32 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, 14 Mar 2013 11:36:32 -0400, Marcus D. Hanwell said:<br>
<br>
>As we were linking to it from the commit guidelines page, I have also<br>
>taken the opportunity to update the coding standards page for VTK,<br>
><br>
><a href="http://vtk.org/Wiki/VTK_Coding_Standards" target="_blank">http://vtk.org/Wiki/VTK_Coding_Standards</a><br>
><br>
>This is in line with my understanding of recent discussions, such as<br>
>improvements to wrapping allowing default arguments, using STL in API<br>
>outside of vtkCommon* modules being acceptable, moving toward using<br>
>std::string in API rather that vtkStdString. Comments welcome, or feel<br>
>free to edit/raise concerns here.<br>
<br>
</div>I added the following, which I *think* is correct, but....<br>
<br>
C++ standard<br>
* VTK is written in C++98. Language/library features introduced in C++03 and C++11 cannot be used.<br>
* Code must be valid C++98, C++03, and C++11. (Each revision is mostly backwards compatible, but not entirely. ex: the 'auto' keyword changed meanings in C++11.)<br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer Montréal, Québec, Canada<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Robert Maynard
</div>