mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
3.14... -> math::pi<T>()
This commit is contained in:
parent
3078d76ceb
commit
dacf1f40ac
3 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue