]> sigrok.org Git - libsigrok.git/commit
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)
commit014512254abcc74d203376f2e038053b94cf1116
tree2a912d4a5bde6a60f4c30dc3c5ced06f96f5b7b7
parentcea8c3124f982606f4b466374c568d0f723b8197
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.
bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp