Skip to content

Commit a7c51f8

Browse files
committed
WIP: COMP: Revert "COMP: GCC 13 CastXML vector include workaround"
This reverts commit ad6c582. Addressed in CastXML 3d27ce9b90b2dfa125e3de99716c6c5832b4d6de.
1 parent a50d73c commit a7c51f8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Modules/Core/Common/include/itkPrintHelper.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,8 @@
2121

2222
#include <iostream>
2323
#include <iterator>
24-
25-
// Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112467
26-
#if defined(ITK_WRAPPING_PARSER) && defined(__GNUC__) && !defined(__clang__)
27-
# define __clang__
28-
# define ITK_CASTXML_GCC_VECTOR_WORKAROUND
29-
#endif
3024
#include <vector>
31-
#if defined(ITK_CASTXML_GCC_VECTOR_WORKAROUND)
32-
# undef __clang__
33-
# undef ITK_CASTXML_GCC_VECTOR_WORKAROUND
34-
#endif
25+
3526

3627
namespace itk::print_helper
3728
{

0 commit comments

Comments
 (0)