Skip to content

Avoid boost build error#34

Open
Megidd wants to merge 1 commit intotamasmeszaros:masterfrom
Megidd:patch-2
Open

Avoid boost build error#34
Megidd wants to merge 1 commit intotamasmeszaros:masterfrom
Megidd:patch-2

Conversation

@Megidd
Copy link
Copy Markdown
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