1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix shufle_order: support clang 3.3 or later (default template depth 256)

This commit is contained in:
bolero-MURAKAMI 2014-01-11 16:05:18 +09:00
parent 14f8d9d042
commit e7b8d74c0f
4 changed files with 104 additions and 3 deletions

View file

@ -11,6 +11,7 @@
#include <sprout/config.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/generate_canonical.hpp>
#include <sprout/random/generate_array.hpp>
#include <sprout/random/variate_generator.hpp>
#include <sprout/random/iterator.hpp>
#include <sprout/random/range.hpp>