mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
fix string test
This commit is contained in:
parent
b78911e5b1
commit
117ab52460
3 changed files with 29 additions and 18 deletions
|
@ -299,7 +299,7 @@ namespace testspr {
|
|||
|
||||
// operator+
|
||||
{
|
||||
#ifdef SPROUT_CONFIG_USE_INDEX_ITERATOR_IMPLEMENTATION
|
||||
#ifdef SPROUT_USE_INDEX_ITERATOR_IMPLEMENTATION
|
||||
// ! Error in GCC4.7
|
||||
SPROUT_STATIC_CONSTEXPR auto str3 = str1 + sprout::to_string("hogehoge");
|
||||
TESTSPR_BOTH_ASSERT(str3 == "foobar1234hogehoge");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue