Skip to content

Commit

Permalink
Candidate partial fix for issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp75 committed Dec 17, 2022
1 parent 5028b04 commit 628dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wila/random.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace mhcpp
Distribution _dist;
};

#ifdef __GNUC__
#if defined(__GNUC__) && !defined(__clang__)
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
#if GCC_VERSION < 40800
#define WILA_USE_TYPEDEF_RNG
Expand Down

0 comments on commit 628dd5c

Please sign in to comment.