在 2024-08-12 09:38, Rafael Kitover 写道:
On inclusion of the header `comutil.h` errors such as:
include/comutil.h:413:3: error: '_variant_t::_variant_t(unsigned int)' cannot
be overloaded with '_variant_t::_variant_t(unsigned int)'
, are produced because some methods are duplicates via a type al
On inclusion of the header `comutil.h` errors such as:
include/comutil.h:413:3: error: '_variant_t::_variant_t(unsigned int)' cannot
be overloaded with '_variant_t::_variant_t(unsigned int)'
, are produced because some methods are duplicates via a type alias.
Remove these methods.
Signed-off-b