3.14... -> math::pi<T>()

This commit is contained in:
bolero-MURAKAMI 2012-02-28 18:54:39 +09:00
parent 3078d76ceb
commit dacf1f40ac
3 changed files with 11 additions and 11 deletions

View file

@ -156,10 +156,7 @@ namespace sprout {
>
{};
} // namespace detail
template<
sprout::index_t I,
std::size_t N
>
template<sprout::index_t I, std::size_t N>
struct index_n
: public sprout::detail::index_n_impl<I, N>
{};