mark constructors explicit
This commit is contained in:
parent
a8e7c03a4f
commit
9b9fc2ef37
@ -31,8 +31,8 @@ namespace Opm {
|
||||
class UDAValue {
|
||||
public:
|
||||
UDAValue();
|
||||
UDAValue(double);
|
||||
UDAValue(const std::string&);
|
||||
explicit UDAValue(double);
|
||||
explicit UDAValue(const std::string&);
|
||||
|
||||
template<typename T>
|
||||
T get() const;
|
||||
|
Loading…
Reference in New Issue
Block a user