ENH: construct string types from Istream now explicit (#1033)

- this helps for trapping unguarded dictionary lookups.
This commit is contained in:
Mark Olesen
2018-11-03 20:24:34 +01:00
parent 552682ec03
commit 50baac3c45
65 changed files with 189 additions and 244 deletions

View File

@ -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