Changes between Version 1 and Version 2 of Ticket #631, comment 2
- Timestamp:
- 10/21/21 14:18:58 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #631, comment 2
v1 v2 1 1 This doesn't work on C++20 as the `construct` method has also been removed. 2 One can use the traits, in the same way as destroy, and it seems backwards compatible with older standards. 3 2 4 I get all sorts of other breaking changes from the `maps_test` on MSVC. 3 5 4 Will submit a patch for this.