Fix entroy and ig

This commit is contained in:
2022-11-28 18:03:46 +01:00
parent e9e2a66203
commit 6c507a24b0
7 changed files with 34 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ setup(
],
language="c++",
include_dirs=["fimdlp"],
extra_compile_args=["-std=c++20"],
extra_compile_args=["-std=c++2a"],
),
]
)