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

Pass Align template param; unit test it. #106

Merged
merged 4 commits into from
Mar 20, 2024
Merged

Commits on Mar 20, 2024

  1. Pass Align template param; unit test it.

    Also:
    - Fixed `sizeof` → `alignof`.
    - Added `TestMovableOnly` helper, and assign operators.
    - Reduced code duplication in tests (`TestCopyable` & `TestCopyableAndMovable`).
    Sergei Shirokov authored and Sergei Shirokov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    52342a7 View commit details
    Browse the repository at this point in the history
  2. minor fix (sizeof → alignof)

    Sergei Shirokov authored and Sergei Shirokov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d9265df View commit details
    Browse the repository at this point in the history
  3. fix for gcc: error: requested alignment ‘0’ is not a positive power of 2

    Sergei Shirokov authored and Sergei Shirokov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    87b8c5c View commit details
    Browse the repository at this point in the history
  4. fix for pr suggestion

    Sergei Shirokov authored and Sergei Shirokov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    815163c View commit details
    Browse the repository at this point in the history