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

typedef std::conditional_t #270

Open
Sean-Bin-Yang opened this issue Mar 24, 2024 · 1 comment
Open

typedef std::conditional_t #270

Sean-Bin-Yang opened this issue Mar 24, 2024 · 1 comment

Comments

@Sean-Bin-Yang
Copy link

/opt/homebrew/include/boost/type_traits/conditional.hpp:21:40: note: 'conditional_t' declared here
template <bool b, class T, class U> using conditional_t = typename conditional<b, T, U>::type;
^
In file included from /Users/seanbinyang/Downloads/fmm/src/config/network_config.cpp:2:
In file included from /Users/seanbinyang/Downloads/fmm/src/util/util.hpp:13:
In file included from /Users/seanbinyang/Downloads/fmm/src/mm/mm_type.hpp:14:
In file included from /Users/seanbinyang/Downloads/fmm/src/network/type.hpp:17:
In file included from /Users/seanbinyang/Downloads/fmm/src/core/geometry.hpp:15:
In file included from /opt/homebrew/include/boost/geometry.hpp:17:
In file included from /opt/homebrew/include/boost/geometry/geometry.hpp:31:
In file included from /opt/homebrew/include/boost/geometry/core/closure.hpp:23:
/opt/homebrew/include/boost/geometry/core/ring_type.hpp:111:13: error: no template named 'conditional_t' in namespace 'std'; did you mean simply 'conditional_t'?
std::conditional_t
^~~~~~~~~~~~~~~~~~
conditional_t

@Sean-Bin-Yang
Copy link
Author

Hello, Can,

when i ran camke j4 i got the following error. Could you please help check it. Thanks.

Kind regards,

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