mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[libcalamares] warnings-- with a deduction guide
This commit is contained in:
parent
4114a2bbe8
commit
954e8ee3f8
1 changed files with 2 additions and 0 deletions
|
@ -75,4 +75,6 @@ struct cPointerSetter
|
|||
|
||||
const T& operator=(const T& v) { m_value = v; return v; }
|
||||
};
|
||||
|
||||
template < typename T > cPointerSetter( T p ) -> cPointerSetter<decltype(*p)>;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue