Skip to content

Commit 68929c4

Browse files
Update boost.cpp
1 parent abab796 commit 68929c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/boost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ struct fibonacci_dataset {
224224
};
225225

226226
// size is infinite
227-
bdata::size_tsize() const { return bdata::BOOST_TEST_DS_INFINITE_SIZE; }
227+
bdata::size_t size() const { return bdata::BOOST_TEST_DS_INFINITE_SIZE; }
228228

229229
// iterator
230230
static iterator begin() { return iterator(); }

0 commit comments

Comments
 (0)