mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: construct string types from Istream now explicit (#1033)
- this helps for trapping unguarded dictionary lookups.
This commit is contained in:
@ -182,7 +182,7 @@ public:
|
||||
inline string(const size_type len, const char c);
|
||||
|
||||
//- Construct from Istream
|
||||
string(Istream& is);
|
||||
explicit string(Istream& is);
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
Reference in New Issue
Block a user