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

@ -134,8 +134,6 @@ protected:
virtual const dictionary& codeDict() const;
private:
//- No copy construct
codedFunctionObject(const codedFunctionObject&) = delete;