COIN-OR::LEMON - Graph Library

Changes between Version 1 and Version 2 of Ticket #631, comment 2


Ignore:
Timestamp:
10/21/21 14:18:58 (3 years ago)
Author:
David Torres Sanchez
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #631, comment 2

    v1 v2  
    11This doesn't work on C++20 as the `construct` method has also been removed.
     2One can use the traits, in the same way as destroy, and it seems backwards compatible with older standards.
     3
    24I get all sorts of other breaking changes from the `maps_test` on MSVC.
    35
    4 Will submit a patch for this.