mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: avoid constructor ambiguity for ISpanStream
- compiler cannot decide between std::string and std::string_view when creating from 'const char*' without also supplying the size, so also supply a 'const char*' constructor. ENH: additional string_view handling for ITstream and SubStrings
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
Test-stringSplit.C
|
||||
Test-stringSplit.cxx
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-stringSplit
|
||||
|
||||
Reference in New Issue
Block a user