fix for constexpr disabled

This commit is contained in:
bolero-MURAKAMI 2013-02-20 02:23:20 +09:00
commit 4c996bd47b
58 changed files with 84 additions and 78 deletions

View file

@ -41,7 +41,7 @@ namespace sprout {
public:
template<typename T>
SPROUT_CONSTEXPR sprout::compost::effects::fuzz_holder<T>
operator()(T const& gain, T const& level) {
operator()(T const& gain, T const& level) const {
return sprout::compost::effects::fuzz_holder<T>(gain, level);
}
};