1
0
Fork 0
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:
bolero-MURAKAMI 2012-11-12 13:29:56 +09:00
parent aca22bec98
commit bf937bc508
5 changed files with 168 additions and 25 deletions

7
sprout/workaround.hpp Normal file
View 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