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

Build error ‘integer_sequence’ is not a member of ‘std’ #372

Open
ghost opened this issue Mar 7, 2021 · 2 comments
Open

Build error ‘integer_sequence’ is not a member of ‘std’ #372

ghost opened this issue Mar 7, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 7, 2021

When I build this, it says

error: ‘integer_sequence’ is not a member of ‘std’

How can I fix it?

@turinglife
Copy link

turinglife commented Mar 11, 2021

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Add the above instructions to the following CMakeLists.txt.

cd ~/catkin_ws/src & ls

  • CMakeLists.txt
  • VINS-Mono

@ghost
Copy link
Author

ghost commented Mar 11, 2021

@turinglife Thanks. Could you tell me in which CMakeLists.txt to set these?

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

1 participant