This commit is contained in:
bolero-MURAKAMI 2012-09-21 20:07:31 +09:00
parent 73ead93fe5
commit 69910ca06c
6 changed files with 21 additions and 9 deletions

View file

@ -11,7 +11,7 @@ namespace testspr {
static void algorithm_generate_test() {
using namespace sprout;
{
SPROUT_STATIC_CONSTEXPR auto arr1 = array<int, 10>{{0}};
SPROUT_STATIC_CONSTEXPR auto arr1 = array<int, 10>{{}};
// <20><EFBFBD>¬
{

View file

@ -11,7 +11,7 @@ namespace testspr {
static void algorithm_generate_n_test() {
using namespace sprout;
{
SPROUT_STATIC_CONSTEXPR auto arr1 = array<int, 10>{{0}};
SPROUT_STATIC_CONSTEXPR auto arr1 = array<int, 10>{{}};
// <20><EFBFBD>¬
{