diff options
Diffstat (limited to 'bruiser')
-rw-r--r-- | bruiser/ORCmutation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/ORCmutation.h b/bruiser/ORCmutation.h index c026a1b..0a67c80 100644 --- a/bruiser/ORCmutation.h +++ b/bruiser/ORCmutation.h @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* /*inclusion guard*/ #ifndef ORC_MUTATION_H #define ORC_MUTATION_H -#if __clang_major__ == 5 +#if __clang_major__ >= 5 /**********************************************************************************************************************/ /*included modules*/ /*project headers*/ |