mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sprout/numeric/dft.wave.hpp
fix constexpr -> inline constexpr
This commit is contained in:
parent
e4a4d17207
commit
f9d4b475b4
69 changed files with 420 additions and 378 deletions
|
@ -22,7 +22,7 @@ namespace sprout {
|
|||
return sprout::end(sprout::get_internal(cont));
|
||||
}
|
||||
template<typename Container>
|
||||
SPROUT_CONSTEXPR typename sprout::container_traits<
|
||||
inline SPROUT_CONSTEXPR typename sprout::container_traits<
|
||||
typename std::remove_reference<
|
||||
typename sprout::containers::internal<Container const&>::type
|
||||
>::type
|
||||
|
@ -34,7 +34,7 @@ namespace sprout {
|
|||
// internal_cend
|
||||
//
|
||||
template<typename Container>
|
||||
SPROUT_CONSTEXPR typename sprout::container_traits<
|
||||
inline SPROUT_CONSTEXPR typename sprout::container_traits<
|
||||
typename std::remove_reference<
|
||||
typename sprout::containers::internal<Container const&>::type
|
||||
>::type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue