From: Daniel Elstner Date: Thu, 29 Oct 2015 21:53:25 +0000 (+0100) Subject: C++: Declare std::default_delete friend as struct X-Git-Tag: libsigrok-0.4.0~143 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=014512254abcc74d203376f2e038053b94cf1116;hp=014512254abcc74d203376f2e038053b94cf1116;p=libsigrok.git C++: Declare std::default_delete friend as struct 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. ---