revert this one
This commit is contained in:
parent
6ebe245ae7
commit
acfc19b62a
|
@ -761,7 +761,7 @@ namespace convertible_from_any {
|
|||
struct ConvertibleFromAny {
|
||||
ConvertibleFromAny(int a_value) : value(a_value) {}
|
||||
template <typename T>
|
||||
ConvertibleFromAny(const T& /*a_value*/) : value(-1) {
|
||||
explicit ConvertibleFromAny(const T& /*a_value*/) : value(-1) {
|
||||
ADD_FAILURE() << "Conversion constructor called";
|
||||
}
|
||||
int value;
|
||||
|
|
Loading…
Reference in New Issue
Block a user