Skip to content

Commit 2304c89

Browse files
Fix ToString for old compiler (#4638)
Fix #4637
1 parent 85adcdd commit 2304c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_Utility.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ namespace amrex
241241
const char* symbol_end = "]",
242242
const char* symbol_str = "\"",
243243
int limit = 100,
244-
std::ostringstream ss = {});
244+
std::ostringstream ss = std::ostringstream{});
245245

246246
/**
247247
* \brief Call given function without inline.

0 commit comments

Comments
 (0)