mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add <cstring> and <cwchar> compatible constexpr functions
This commit is contained in:
parent
fe255a5e74
commit
b04dea6002
26 changed files with 526 additions and 103 deletions
|
@ -19,7 +19,7 @@ namespace sprout {
|
|||
// ifft
|
||||
//
|
||||
template<typename RandomAccessRange>
|
||||
inline SPROUT_CONSTEXPR void
|
||||
inline SPROUT_CXX14_CONSTEXPR void
|
||||
ifft(RandomAccessRange&& rng) {
|
||||
sprout::ifft(sprout::begin(SPROUT_FORWARD(RandomAccessRange, rng)), sprout::end(SPROUT_FORWARD(RandomAccessRange, rng)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue