libsigrok/bindings/cxx/include/libsigrokcxx
Daniel Elstner 014512254a 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.
2015-10-30 15:09:40 +01:00
..
libsigrokcxx.hpp C++: Declare std::default_delete friend as struct 2015-10-30 15:09:40 +01:00