Skip to content

Commit

Permalink
DOC: Update migration guide for v6.0 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Jun 12, 2024
1 parent 289550e commit 0843ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/docs/migration_guides/itk_6_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ Require modern C++ language feature use
---------------------------------------
Many backward compatible/ forward enabling compiler features are now required to be used.

Replace `ITKv5_CONST` with `const`

Remove support for ITKv4 interfaces
-----------------------------------

`ITKV4_COMPATIBILITY` is no longer a supported option. Previously this option
was off by default. Previously when enabled, the ITK API was modified to
provide support for ITKV4 functions.

0 comments on commit 0843ade

Please sign in to comment.