Intellisense does not appreciate concepts in deduction guide.

This commit is contained in:
Can Bölük 2020-08-28 07:15:46 +02:00
parent 4f9abc25c0
commit fc93102015

View file

@ -483,8 +483,8 @@ namespace vtil::format
// Declare deduction guide.
//
template<Iterable C>
table( C&&, std::initializer_list<std::string_view> labels )->table<C>;
template<typename C>
table( C&&, std::initializer_list<std::string_view> )->table<C>;
};
#undef HAS_RTTI