Markus Blatt 16d05fcc93 Correct documentation of why we use operator[] to initialize map.
This commit updates the source code comment about using operator[] to
initialize the unordered map. Thanks to Bard's persistence we found
out that the cause is not the construction of the key value of type
std::string from const char* but the mapped type being a (mutable)
char* (due to C?).

This completes the PR #784.
2015-04-14 09:36:47 +02:00
S
Description
Simulator programs and utilities for automatic differentiation.
GPL-3.0
94 MiB
Languages
C++ 79.4%
ECL 13.8%
Cuda 1.7%
Pawn 1.7%
CMake 1.4%
Other 1.9%