mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
bug fix
This commit is contained in:
parent
73ead93fe5
commit
69910ca06c
6 changed files with 21 additions and 9 deletions
|
@ -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>¬
|
||||
{
|
||||
|
|
|
@ -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>¬
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue