LiteLDev / LeviLamina

A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition, includes both client and server(BDS), formerly known as LiteLoaderBDS.
https://levilamina.liteldev.com/
GNU Lesser General Public License v3.0
1.1k stars 115 forks source link

[Bug]: plugin cannot be compiled #1547

Closed Yuisyuu closed 3 months ago

Yuisyuu commented 3 months ago

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

https://github.com/LiteLDev/LeviLamina/blob/6ed404f06f3d00b0c9e47250807caae43f73b959/src/ll/api/base/Concepts.h#L108

ShrBox commented 3 months ago

Try add "_HAS_CXX23=1 in add_defines?