Revert "workaround msvs variant init bug"
This reverts commit be44b647fa
.
This commit is contained in:
parent
98c881432a
commit
c30f1715e6
1 changed files with 1 additions and 3 deletions
|
@ -814,9 +814,7 @@ public:
|
|||
|
||||
template <typename T>
|
||||
value ( T const& val)
|
||||
: base_() {
|
||||
base_ = static_cast<typename detail::mapnik_value_type<T>::type>(val);
|
||||
}
|
||||
: base_(typename detail::mapnik_value_type<T>::type(val)) {}
|
||||
|
||||
value (value const& other)
|
||||
: base_(other.base_) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue