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

erase warning: clang

This commit is contained in:
bolero-MURAKAMI 2013-04-21 13:30:30 +09:00
parent fb4fb791dd
commit 61720b72c3
18 changed files with 108 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#define SPROUT_MATH_FACTORIAL_HPP
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/array/array.hpp>