Skip to content

v1.12.0

Choose a tag to compare

@iboB iboB released this 15 Dec 07:18
· 14 commits to master since this release
v1.12.0
4eadbe0
  • New library: rand_dist - alternative random distributions compatible with std::random
  • type_traits
    • Add copy_cv - copy qualifiers from one type to another
    • Add C++20 concepts: instantiation_of and noop_convertible_to
  • utility: add transfer_view to transfer a view/span from one container to another
  • add benchmark infra and benchmarks for rand_dist