Skip to content

Commit 5ef3451

Browse files
committed
Default initializers
1 parent 40390df commit 5ef3451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/queryosity/dataset_processor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ inline queryosity::dataset::processor queryosity::multithread::disable() {
5656
}
5757

5858
inline queryosity::dataset::processor::processor(int suggestion)
59-
: multithread::core::core(suggestion) {
59+
: multithread::core::core(suggestion), m_range_slots(), m_players(), m_player_ptrs() {
6060
const auto nslots = this->concurrency();
6161
m_players = std::vector<player>(nslots);
6262
m_player_ptrs = std::vector<player *>(nslots, nullptr);

0 commit comments

Comments
 (0)