Tags: Cpp20Nexus/proxy
Tags
Implement make_proxy_inplace and inplace_proxiable_target with freest… …anding (microsoft#92) * Implement make_proxy_inplace and inplace_proxiable_target with freestanding * Add freestanding tests * Merge * Fix regression in code generation for `copying_default_dispatcher` * Fix build * Add noexcept * Remove empty line * Resolve comments
Improve compile-time constraints for constants (microsoft#72) * Improve constraints: Require Facade::constraints and ctor of reflectionbe compile-time constants * Supress clang warning * Simplify code * Fix compile error * Refactoring * Revert unit tests * Refactor * Refactoring * Rename to is_consteval * Formatting
Update README.md and replaced std::popcount() with std::has_single_bi… …t() (microsoft#64)
Reduce compile-time complexity of combined_dispatch_prototype::overlo… …ad_types (microsoft#60) * Reduce compile-time complexity of combined_dispatch_prototype::overload_types from O(n^3) to O(n^2) * Refactor
Add support for combination of incomplete dispatch (microsoft#58)
Simplify the semantics of facade per spec (microsoft#55) * Improve constraints of basic_facade and facade per spec
PreviousNext