Implement move semantics

This commit is contained in:
2025-06-27 22:23:01 +02:00
parent 86bd37b458
commit 007286983f
2 changed files with 51 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Eliminate redundant memory allocations and enhance memory usage
- Enhance error handling with exceptions
- Change `getSize` return type to `size_t` for better compatibility with standard library containers
- Implement move semantics for better performance
## [1.1.0] 2024-07-24 String Values in Features