We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3107959 commit a0634d6Copy full SHA for a0634d6
tests/headers/derive-debug-bitfield.hpp
@@ -1,4 +1,4 @@
1
-// bindgen-flags: --opaque-type "Opaque" --force-derive-debug
+// bindgen-flags: --force-derive-debug
2
3
class C {
4
bool a: 1;
tests/headers/derive-debug-opaque-template-instantiation.hpp
@@ -1,5 +1,7 @@
// bindgen-flags: --force-derive-debug
+// This type is opaque because the second template parameter
+// is a non-type template parameter
5
template<typename T, int N>
6
class Opaque {
7
T array[N];
0 commit comments