mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add math fmod
fix math cos
This commit is contained in:
parent
d57b6e2b18
commit
18b479e3ac
15 changed files with 123 additions and 89 deletions
|
@ -26,6 +26,8 @@ namespace sprout {
|
|||
//
|
||||
// operator|
|
||||
//
|
||||
// ???
|
||||
#if !defined(__clang__)
|
||||
template<typename Range>
|
||||
inline SPROUT_CONSTEXPR auto
|
||||
operator|(Range&& lhs, sprout::compost::effects::vocal_cancelled_forwarder const& rhs)
|
||||
|
@ -44,6 +46,7 @@ namespace sprout {
|
|||
)
|
||||
;
|
||||
}
|
||||
#endif
|
||||
} // namespace effects
|
||||
|
||||
using sprout::compost::effects::vocal_cancelled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue