g++ --std=c++11 -fopenmp -c alu.cpp -ltfhe-spqlios-fma -ltfhe-spqlios-avx
alu.cpp: In function ‘void bootsCOPYPointer(LweSample, LweSample)’:
alu.cpp:344:16: error: use of deleted function ‘LweSample& LweSample::operator=(const LweSample&)’
result= a;
^
In file included from /usr/local/include/tfhe/lwe-functions.h:10:0,
from /usr/local/include/tfhe/tfhe.h:14,
from alu.hpp:9,
from alu.cpp:1:
/usr/local/include/tfhe/lwesamples.h:18:15: note: declared here
LweSample& operator=(const LweSample&)=delete;
^~~~
Makefile:18: recipe for target 'alu.o' failed
make: *** [alu.o] Error 1
g++ --std=c++11 -fopenmp -c alu.cpp -ltfhe-spqlios-fma -ltfhe-spqlios-avx alu.cpp: In function ‘void bootsCOPYPointer(LweSample, LweSample)’: alu.cpp:344:16: error: use of deleted function ‘LweSample& LweSample::operator=(const LweSample&)’ result= a; ^ In file included from /usr/local/include/tfhe/lwe-functions.h:10:0, from /usr/local/include/tfhe/tfhe.h:14, from alu.hpp:9, from alu.cpp:1: /usr/local/include/tfhe/lwesamples.h:18:15: note: declared here LweSample& operator=(const LweSample&)=delete; ^
~~~ Makefile:18: recipe for target 'alu.o' failed make: *** [alu.o] Error 1