A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/marbl/canu/commit/f251336b5176c67d10ecbf7e0e4a9df89e8f46fb below:

Disable a block of unused code that fails to compile with gcc8. Issu… · marbl/canu@f251336 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+6

-6

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+6

-6

lines changed Original file line number Diff line number Diff line change

@@ -286,7 +286,7 @@ computeExponentialMovingAverage(TT alpha, TT ema, TT value) {

286 286 287 287 288 288 289 - 289 +

#if 0

290 290 291 291

template<typename TT>

292 292

class genericStatistics {

@@ -338,12 +338,12 @@ public:

338 338 339 339

vector<uint64> &histogram(void) { // Returns pointer to private histogram data

340 340

finalizeData();

341 -

return(&_histogram);

341 +

return(_histogram);

342 342

};

343 343 344 344

vector<uint64> &Nstatistics(void) { // Returns pointer to private N data

345 345

finalizeData();

346 -

return(&_Nstatistics);

346 +

return(_Nstatistics);

347 347

};

348 348 349 349

void finalizeData(void) {

@@ -375,7 +375,7 @@ private:

375 375

vector<uint64> _Nstatistics;

376 376

};

377 377 378 - 378 +

#endif

379 379 380 380 381 381

@@ -422,12 +422,12 @@ public:

422 422

#if 0

423 423

vector<uint64> &histogram(void) { // Returns pointer to private histogram data

424 424

finalizeData();

425 -

return(&_histogram);

425 +

return(_histogram);

426 426

};

427 427 428 428

vector<uint64> &Nstatistics(void) { // Returns pointer to private N data

429 429

finalizeData();

430 -

return(&_Nstatistics);

430 +

return(_Nstatistics);

431 431

};

432 432

#endif

433 433

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4