Skip to content

Commit ef25959

Browse files
committed
fix
1 parent cdaee1a commit ef25959

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/odr/internal/html/html_writer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace {
1313
template <class... Ts> struct overloaded : Ts... {
1414
using Ts::operator()...;
1515
};
16+
template <class... Ts> overloaded(Ts...) -> overloaded<Ts...>;
1617

1718
bool is_empty(const HtmlWritable &writable) {
1819
return std::visit(

0 commit comments

Comments
 (0)