Content deleted Content added
→C++: The C++03 way of inserting elements in a map was not the way we should do it and TR1 is dead, long life C++11 |
→C++: Orthograph |
||
Line 99:
</source>
Or less efficiently as it creates
<source lang=Cpp>
#include <map>
|