1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix for VC++11

This commit is contained in:
bolero-MURAKAMI 2012-12-17 23:10:23 +09:00
parent 5597dcec9b
commit 8b80b159c8
148 changed files with 336 additions and 181 deletions

View file

@ -111,7 +111,7 @@ namespace sprout {
// auto_pan
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::auto_pan_forwarder auto_pan{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::auto_pan_forwarder auto_pan = {};
} // anonymous-namespace
//

View file

@ -46,7 +46,7 @@ namespace sprout {
// changed_volume
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::changed_volume_forwarder changed_volume{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::changed_volume_forwarder changed_volume = {};
} // anonymous-namespace
//

View file

@ -119,7 +119,7 @@ namespace sprout {
// chorus
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::chorus_forwarder chorus{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::chorus_forwarder chorus = {};
} // anonymous-namespace
//

View file

@ -48,7 +48,7 @@ namespace sprout {
// clipped
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::clipped_forwarder clipped{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::clipped_forwarder clipped = {};
} // anonymous-namespace
//

View file

@ -101,7 +101,7 @@ namespace sprout {
// compressed
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::compressed_forwarder compressed{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::compressed_forwarder compressed = {};
} // anonymous-namespace
//

View file

@ -49,7 +49,7 @@ namespace sprout {
// distorted
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::distorted_forwarder distorted{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::distorted_forwarder distorted = {};
} // anonymous-namespace
//

View file

@ -50,7 +50,7 @@ namespace sprout {
// fuzzed
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::fuzzed_forwarder fuzzed{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::fuzzed_forwarder fuzzed = {};
} // anonymous-namespace
//

View file

@ -91,7 +91,7 @@ namespace sprout {
// noise_gated
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::noise_gated_forwarder noise_gated{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::noise_gated_forwarder noise_gated = {};
} // anonymous-namespace
//

View file

@ -77,7 +77,7 @@ namespace sprout {
// overdriven
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::overdriven_forwarder overdriven{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::overdriven_forwarder overdriven = {};
} // anonymous-namespace
//

View file

@ -107,7 +107,7 @@ namespace sprout {
// pseudo_stereo
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::pseudo_stereo_forwarder pseudo_stereo{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::pseudo_stereo_forwarder pseudo_stereo = {};
} // anonymous-namespace
//

View file

@ -41,7 +41,7 @@ namespace sprout {
// rectified
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::rectified_forwarder rectified{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::rectified_forwarder rectified = {};
} // anonymous-namespace
//

View file

@ -114,7 +114,7 @@ namespace sprout {
// reverbed
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::reverbed_forwarder reverbed{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::reverbed_forwarder reverbed = {};
} // anonymous-namespace
//

View file

@ -54,7 +54,7 @@ namespace sprout {
// superposed
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::superposed_forwarder superposed{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::superposed_forwarder superposed = {};
} // anonymous-namespace
//

View file

@ -86,7 +86,7 @@ namespace sprout {
// tremolo
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::tremolo_forwarder tremolo{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::tremolo_forwarder tremolo = {};
} // anonymous-namespace
//

View file

@ -118,7 +118,7 @@ namespace sprout {
// vibrato
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::vibrato_forwarder vibrato{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::vibrato_forwarder vibrato = {};
} // anonymous-namespace
//

View file

@ -20,7 +20,7 @@ namespace sprout {
// vocal_cancelled
//
namespace {
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::vocal_cancelled_forwarder vocal_cancelled{};
SPROUT_STATIC_CONSTEXPR sprout::compost::effects::vocal_cancelled_forwarder vocal_cancelled = {};
} // anonymous-namespace
//