mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Intellisense does not appreciate concepts in deduction guide.
This commit is contained in:
parent
4f9abc25c0
commit
fc93102015
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue