rename random/result.hpp -> random/results.hpp

This commit is contained in:
bolero-MURAKAMI 2014-01-17 22:09:08 +09:00
parent 769e18178a
commit f0bea01ede
22 changed files with 24 additions and 24 deletions

View file

@ -20,7 +20,7 @@
#include <sprout/math/floor.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/uniform_01.hpp>
#include <sprout/random/result.hpp>
#include <sprout/random/results.hpp>
#include <sprout/assert.hpp>
#ifdef SPROUT_WORKAROUND_NOT_TERMINATE_RECURSIVE_CONSTEXPR_FUNCTION_TEMPLATE
# include <sprout/workaround/recursive_function_template.hpp>