Closed flexferrum closed 6 years ago
Also some pointers usage cleanup was made. Raw pointers in value map was replaced with std::shared_ptr which is more safe. The original fix was with usage of boost::variant, but I decided to keep minimal number of external dependencies.
didnt see this before. Thanks! :)
Also some pointers usage cleanup was made. Raw pointers in value map was replaced with std::shared_ptr which is more safe. The original fix was with usage of boost::variant, but I decided to keep minimal number of external dependencies.