-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Service arch 2020-06-29
This function is a 1-liner. It has a much larger unit test.
It's only used in 3 places, across 2 files.
C++17 provides constructor template argument deduction now, so we don't need maker functions like this one. Much cleaner to just not have it at all.