summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-27 16:36:08 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-27 16:36:08 +0200
commite46c2ec8eb8a8dc6e3750b8e3fdb764956b18e42 (patch)
tree69c81c560c0e55e15216fd7a9433d9dc7b8b5710
parentfdc51fb439cb421424f54eb618b0e74359abd93c (diff)
added comment
-rw-r--r--include/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index fe28e6d..b0b5ed2 100644
--- a/include/value.h
+++ b/include/value.h
@@ -503,6 +503,7 @@ public:
// result variable
std::map<std::string,T> result;
+ // loop through the original map, and copy everything to the result
for (auto &iter : map) result[iter.first] = iter.second;
// done