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

Fix build issues #15

Open
wants to merge 2 commits into
base: nightly
Choose a base branch
from
Open

Conversation

BlueAmulet
Copy link

@BlueAmulet BlueAmulet commented May 22, 2023

Removed assert redefinition to static_assert
Fixed all struct size asserts to use static_assert
This fixes the debug build failing, since tomlplusplus properly uses runtime asserts

Added f suffix to float literals
Fixed class member and operator definitions
Fixed strings not stored as const char*

This is breaking debug builds and tomlplusplus
Add f suffix to float literals
Fix class member and operator definitions
Fix strings not stored as const char*
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