We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dd681 commit 4f42f17Copy full SHA for 4f42f17
src/Ctxt.cpp
@@ -25,7 +25,7 @@
25
NTL_CLIENT
26
27
extern int fhe_watcher;
28
-static constexpr double safety = 1*log(2.0); // 1 bits of safety
+static const double safety = 1*log(2.0); // 1 bits of safety
29
30
void SKHandle::read(istream& str)
31
{
0 commit comments