Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding compiling with earlier version of g++ /C++ #235

Open
bmiftah opened this issue Jan 14, 2023 · 1 comment
Open

Regarding compiling with earlier version of g++ /C++ #235

bmiftah opened this issue Jan 14, 2023 · 1 comment

Comments

@bmiftah
Copy link

bmiftah commented Jan 14, 2023

Hi , I try to compile my C++ code that load tensorflow modle with functions from cppflow library. This code perefectly loaded model and make prediction. But later , when I integrate this code compiled with -std=c++17 9, g++ 9.0 with aother C++ project wirtten in C++11 compiled with older g++ (4.8) , the compilation failed.

Is there a way I can use my code that uses Cppflow library and written in C++17 and g++ 9.0 inside a code C++11 9 compiled in g++4.8 ?

C++17 is a strict requirment for CPPflow ?

@serizba
Copy link
Owner

serizba commented Jan 17, 2023

I am not planing to make the code compatible with previous c++ standards. But you can take a look to #108 or other issues about the topic. There shouldn't be many changes to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants