We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaee1a commit ef25959Copy full SHA for ef25959
1 file changed
src/odr/internal/html/html_writer.cpp
@@ -13,6 +13,7 @@ namespace {
13
template <class... Ts> struct overloaded : Ts... {
14
using Ts::operator()...;
15
};
16
+template <class... Ts> overloaded(Ts...) -> overloaded<Ts...>;
17
18
bool is_empty(const HtmlWritable &writable) {
19
return std::visit(
0 commit comments