mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
workaround for clang3.2 (gcd, uniform_01)
This commit is contained in:
parent
aca22bec98
commit
bf937bc508
5 changed files with 168 additions and 25 deletions
7
sprout/workaround.hpp
Normal file
7
sprout/workaround.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef SPROUT_WORKAROUND_HPP
|
||||
#define SPROUT_WORKAROUND_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/recursive_function_template.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_WORKAROUND_HPP
|
Loading…
Add table
Add a link
Reference in a new issue