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

[Bug]: plugin cannot be compiled #1547

Closed
Yushu2606 opened this issue Jun 17, 2024 · 1 comment
Closed

[Bug]: plugin cannot be compiled #1547

Yushu2606 opened this issue Jun 17, 2024 · 1 comment
Labels
bug Related to software malfunction

Comments

@Yushu2606
Copy link

Describe the bug

include/ll/api/base/Concepts.h(108): error C2760: syntax error: '||' was unexpected here; expected 'expression'

To Reproduce

None

Expected behavior

Build pass

Screenshots

No response

Platform

No response

Version

No response

Additional context

concept TupleLike = std::_Tuple_like<T> || (!Rangeable<T> && requires(T t) {

@Yushu2606 Yushu2606 added the bug Related to software malfunction label Jun 17, 2024
@ShrBox
Copy link
Member

ShrBox commented Jun 18, 2024

Try add "_HAS_CXX23=1 in add_defines?

@OEOTYAN OEOTYAN reopened this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Related to software malfunction
Development

No branches or pull requests

3 participants