Skip to content

Commit e740ad0

Browse files
committed
Handle more errors from CI
1 parent 623568a commit e740ad0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

code_snippets/chapter05/chapter05_13-002_array_to_tuple.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// chapter05_13-002_array_to_tuple.cpp
99

1010
#include <array>
11+
#include <cstddef>
12+
#include <cstdint>
1113
#include <iostream>
1214
#include <sstream>
1315
#include <tuple>

code_snippets/chapter05/chapter05_13-003_exp_series.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ constexpr auto exp_series(
3737
return sum;
3838
}
3939

40-
constexpr
41-
std::integer_sequence
42-
<unsigned, 1U, 2U, 3U, 4U> int_seq;
43-
4440
// 1.10517...
4541
constexpr float exp_tenth
4642
{

0 commit comments

Comments
 (0)