Skip to content

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Sep 26, 2025

Problem:

  • There is no usage test that includes all the headers.
  • There is no usage test for freestanding implementations.

Solution:

  • Add a usage test.
  • Fix some usage in atomic_bitset. ::atomic is a namespace in the conc library but atomic is a class template in stdx.

Note:

  • Some functionality is not yet available for freestanding implementations, viz:
    • function_traits and for_each_n_args use std::function
    • ct_format and static_assert use libfmt

Problem:
- There is no usage test that includes all the headers.
- There is no usage test for freestanding implementations.

Solution:
- Add a usage test.
- Fix some usage in `atomic_bitset`. `::atomic` is a namespace in the `conc`
  library but `atomic` is a class template in `stdx`.

Note:
- Some functionality is not yet available for freestanding implementations, viz:
  - `function_traits` and `for_each_n_args` use `std::function`
  - `ct_format` and `static_assert` use libfmt
@bdeane-intel bdeane-intel merged commit 90ae907 into intel:main Sep 29, 2025
48 checks passed
@elbeno elbeno deleted the usage-test branch October 16, 2025 20:05
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.

3 participants