easy_reflection_cpp icon indicating copy to clipboard operation
easy_reflection_cpp copied to clipboard

Add support of move semantic

Open chocolacula opened this issue 2 years ago • 1 comments

Currently any piece of type copying during deserialization, because reflection system has only copy() function. We should add support of move() in reflection library to optimize that.

chocolacula avatar Jul 01 '23 06:07 chocolacula

Now the library supports it, time to modify parsers and use it

chocolacula avatar Oct 15 '23 05:10 chocolacula