Commit cccdd2c
Fix #428: adding missing include for std::array
std::array is used in test_DataDeflater.cxx, but the include was
missing, some compilers seem to be more strict on that and fail.
Also suppressing a warning by using the static_assert with two
arguments (condition and error string)1 parent 234dc3c commit cccdd2c
File tree
2 files changed
+2
-1
lines changed- Utilities/DataCompression
- include/DataCompression
- test
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments