-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
Previously, we were using std::unique_ptr to hold onto helper classes because they couldn't be initialized by the default constructor. This is no longer a problem, so they can remain as class variables without having to be held by std::unique_ptr