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