mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix for constexpr disabled
This commit is contained in:
parent
84376c3f69
commit
4c996bd47b
58 changed files with 84 additions and 78 deletions
|
@ -106,7 +106,7 @@ namespace sprout {
|
|||
Value const& frequency = 1,
|
||||
Value const& amplitude = 1,
|
||||
Value const& phase = 0
|
||||
)
|
||||
) const
|
||||
{
|
||||
return sprout::adaptors::sinusoidal_range<Value>(frequency, amplitude, phase);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue