1 Commits
Author SHA1 Message Date
tobi437aandJoost VandeVondele 133731f331 Simplify away unused CorrHistType variants
After the introduction of UnifiedCorrectionHistory, the Pawn, Minor and NonPawn entries in CorrHistType are dead - only PieceTo and Continuation are referenced via CorrectionHistory<T>. Drop them, along with the now unreachable default template and the NonPawn specialization. Reduce the primary CorrHistTypedef template to a forward declaration so that any future stray use of an unsupported tag fails to compile.

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

No functional change
2026-05-19 18:42:17 +02:00