-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: 3.5.10
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Sharding 2017-07-31, Sharding 2017-08-21
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The UnorderedFastKeyTable which serves as a base for StringMap internally uses a dynamically allocated array instead of taking advantage of std::vector. This in turn produces compilation warnings on MSVC because of the use of std::copy on bare pointers.