----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66608/ -----------------------------------------------------------
Review request for mesos, Alexander Rukletsov and Michael Park. Repository: mesos Description ------- While it was already possible to create a `hashmap` over move-only values, we still performed a copy in `put`, making it hard to dynamically add elements with the expected stout semantics. This patch releases the requirements on the value argument to `put` so that instead of copyable we now only require move-constructible. Diffs ----- 3rdparty/stout/include/stout/hashmap.hpp 91085b8d8ad5d35c39c8cc95e3d4765d82d9a8db Diff: https://reviews.apache.org/r/66608/diff/1/ Testing ------- `make check` Thanks, Benjamin Bannier
