Skip to content

Commit

Permalink
travis has old libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 9, 2019
1 parent 9264e3a commit 42c3390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fuzzing/chrono_duration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ void invoke_outer(const uint8_t* Data, std::size_t Size, const int scaling) {
if (Size <= Nfixed + 1) {
return;
}

// travis doesn't handle this
#if 0
static_assert(std::is_trivially_copyable<Item>::value,
"Item must be blittable");
#endif
Item item{};
std::memcpy(&item, Data, N);

Expand Down

0 comments on commit 42c3390

Please sign in to comment.