Cleanup stats entry

Prevents potential issue caused by publicly inheriting from STL container types

closes https://github.com/official-stockfish/Stockfish/pull/5746

No functional change
This commit is contained in:
Shawn Xu
2025-01-06 00:44:25 +01:00
committed by Disservin
parent 5cf6f99177
commit 00da3ff463
2 changed files with 43 additions and 16 deletions
-1
View File
@@ -18,7 +18,6 @@
#include "movepick.h"
#include <array>
#include <cassert>
#include <limits>