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

Avoid boost build error #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Megidd
Copy link
Contributor

@Megidd Megidd commented Apr 24, 2021

The error while building boost:

error: no template named 'conditional_t' in namespace 'std'; did you mean 'conditional'?

The template alias conditional_t is not available in C++11; it was added in C++14, as were most of the other type trait *_t versions. Therefore, C++14 is required to build the boost library.

Screen Shot 2021-04-24 at 17 03 11

The error is:

> error: no template named 'conditional_t' in namespace 'std'; did you mean 'conditional'?

The template alias `conditional_t` is not available in C++11; it was added in C++14, as were most of the other type trait `*_t` versions. Therefore, C++14 is required to build the boost library.
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

Successfully merging this pull request may close these issues.

1 participant