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

Refactoring: enable c++20 support #1968

Merged
merged 8 commits into from
May 11, 2024

Conversation

Tatsujin1978
Copy link
Contributor

  • enable c++20 support
  • in order to be compiled and linked it needs >= boost 1.77 (1.75 raises linking error with known bug in 1.75)
  • fixed atomic swap tests (exception)
  • minor refactoring
  • changed LOG_* macros names to their corresponding BEAM_LOG_* names (preparation for libbitcoin update)

BEAM_LOG_UNHANDLED_EXCEPTION
BEAM_LOG_CRITICAL
BEAM_LOG_ERROR
BEAM_LOG_INFO

BEAM_LOG_MESSAGE
fixed atomic_swap.cpp
@Maxnflaxl Maxnflaxl requested a review from valdok May 5, 2024 16:49
anatolse
anatolse previously approved these changes May 6, 2024
@anatolse
Copy link
Member

anatolse commented May 6, 2024

@Tatsujin1978 could you please resolve this?
image

@Tatsujin1978
Copy link
Contributor Author

@Tatsujin1978 could you please resolve this? image

sure

@Tatsujin1978
Copy link
Contributor Author

Tatsujin1978 commented May 6, 2024

@Tatsujin1978 could you please resolve this? image

Committed changes, should be fine

@Tatsujin1978 Tatsujin1978 requested a review from anatolse May 6, 2024 18:20
anatolse
anatolse previously approved these changes May 10, 2024
@Tatsujin1978 Tatsujin1978 requested a review from anatolse May 10, 2024 12:01
@anatolse anatolse merged commit 902be6b into BeamMW:master May 11, 2024
2 checks passed
@Tatsujin1978 Tatsujin1978 deleted the refactoring/enable_cpp20 branch May 12, 2024 12:19
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.

2 participants