Skip to content

Commit

Permalink
yes Clang still defines DOMAIN.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Nov 21, 2024
1 parent 3fad44a commit 0c444a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libfolia/folia_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ALL=32768 };
std::string toString( const Attrib );
std::ostream& operator<<( std::ostream&, const Attrib& );

//#undef DOMAIN // ugly hack but Clang defines DOMAIN in math.h
#undef DOMAIN // ugly hack but Clang defines DOMAIN in math.h

/*
* Annotation types tie FoLiA elements to a particular kind of annotation.
Expand Down

0 comments on commit 0c444a1

Please sign in to comment.