Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 0 additions & 74 deletions docs/PRO_DEF_WEAK_DISPATCH.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/basic_facade_builder/add_convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ int main() {
- [macro `PRO_DEF_FREE_DISPATCH`](../PRO_DEF_FREE_DISPATCH.md)
- [class template `operator_dispatch`](../operator_dispatch.md)
- [class `conversion_dispatch`](../explicit_conversion_dispatch.md)
- [macro `PRO_DEF_WEAK_DISPATCH`](../PRO_DEF_WEAK_DISPATCH.md)
1 change: 0 additions & 1 deletion docs/specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ This document provides the API specifications for the C++ library Proxy (version
| [`PRO_DEF_FREE_AS_MEM_DISPATCH` ](PRO_DEF_FREE_AS_MEM_DISPATCH.md)<br />*(since 3.1.0)* | Defines a dispatch type for free function call expressions with accessibility via a member function |
| [`PRO_DEF_FREE_DISPATCH`](PRO_DEF_FREE_DISPATCH.md) | Defines a dispatch type for free function call expressions with accessibility |
| [`PRO_DEF_MEM_DISPATCH`](PRO_DEF_MEM_DISPATCH.md) | Defines a dispatch type for member function call expressions with accessibility |
| [`PRO_DEF_WEAK_DISPATCH`](PRO_DEF_WEAK_DISPATCH.md)<br />*(deprecated since 3.2.0)* | Defines a weak dispatch type with a default implementation |

## Named Requirements

Expand Down
Loading