Closed bjver86 closed 2 years ago
g++ -MT Proof.o -MMD -MP -MF .d/Proof.Td -Wall -g -O3 -std=gnu++17 -c -o Proof.o Proof.cpp In file included from Proof.cpp:5: Sha3Hash.h:18:30: error: return type 'struct std::array<long long unsigned int, 4>' is incomplete 18 | array<u64, 4> finish()&& {
Using Msys2 & MinGW-w64
g++ -MT Proof.o -MMD -MP -MF .d/Proof.Td -Wall -g -O3 -std=gnu++17 -c -o Proof.o Proof.cpp In file included from Proof.cpp:5: Sha3Hash.h:18:30: error: return type 'struct std::array<long long unsigned int, 4>' is incomplete 18 | array<u64, 4> finish()&& {
Using Msys2 & MinGW-w64