]> sigrok.org Git - libsigrok.git/commitdiff
C++: Declare std::default_delete friend as struct
authorDaniel Elstner <redacted>
Thu, 29 Oct 2015 21:53:25 +0000 (22:53 +0100)
committerDaniel Elstner <redacted>
Fri, 30 Oct 2015 14:09:40 +0000 (15:09 +0100)
std::default_delete<> is originally defined as struct, not class.
This does not really make much of a difference, but some compilers
complain when the struct/class tag is not consistent across all
declarations of the type.


No differences found