Maintenance.

This commit is contained in:
Marcel Keller
2021-01-21 11:05:37 +11:00
parent 9e35aeeac2
commit 253ece7844
239 changed files with 2309 additions and 2113 deletions

View File

@@ -190,9 +190,9 @@ public:
NotImplementedInput(const T&, const U&, const W&)
{
}
NotImplementedInput(Player& P)
template<class T>
NotImplementedInput(const T&)
{
(void) P;
}
void start(int n, vector<int> regs)
{
@@ -241,6 +241,11 @@ public:
{
throw not_implemented();
}
template<class U>
void add_from_all(U)
{
throw not_implemented();
}
void exchange()
{
throw not_implemented();