We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a89b9e commit 9a15850Copy full SHA for 9a15850
src/symbols/dwarf/dwarf_utils.hpp
@@ -72,7 +72,7 @@ namespace libdwarf {
72
#if !(defined(__GNUC__) && (__GNUC__ < 5))
73
std::is_trivially_copyable<T>::value &&
74
#endif
75
- sizeof(T) <= 16,
+ sizeof(T) <= 16,
76
int
77
>::type = 0
78
>
0 commit comments