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 4, 2024
1 parent bc10e12 commit 0d102bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/docs/migration_guides/itk_6_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ from v4 to v5 can be found [here](./itk_5_migration_guide.md).
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.

0 comments on commit 0d102bb

Please sign in to comment.