Skip to content
  • Alexandre Duret-Lutz's avatar
    deprecate copy() in favor of make_twa_graph() · 8e685e00
    Alexandre Duret-Lutz authored
    Fixes #258.
    
    * spot/twaalgos/copy.cc: Delete, and move the code...
    * spot/twa/twagraph.cc: ... in some anonymous namespace here.
    * spot/twa/twagraph.hh: Adjust the make_twa_graph() overload.
    * spot/twaalgos/copy.hh, NEWS: Mark copy() as deprecated and redirect
    to make_twa_graph().
    * doc/org/upgrade2.org, doc/org/tut51.org, python/spot/impl.i,
    spot/twaalgos/dot.cc, spot/twaalgos/langmap.cc, tests/core/ikwiad.cc:
    Adjust callers.
    * spot/twaalgos/Makefile.am: Remove copy.cc.
    8e685e00