Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit aa8d329

Browse files
authored
Update add_convention.md (#190)
fix missing `
1 parent c224dee commit aa8d329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basic_facade_builder/add_convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using add_direct_convention = basic_facade_builder</* see below */>;
1414
The alias templates `add_convention`, `add_indirect_convention`, and `add_direct_convention` of `basic_facade_builder<Cs, Rs, C>` add convention types to the template parameters. The expression inside `requires` is equivalent to `sizeof...(Os) > 0u` and each type in `Os` meets the [*ProOverload* requirements](../ProOverload.md). Let `F` be a facade type,
1515

1616
- `add_convention` is equivalent to `add_indirect_convention`.
17-
- `add_indirect_convention` merges an implementation-defined convention type `IC` into Cs`, where:
17+
- `add_indirect_convention` merges an implementation-defined convention type `IC` into `Cs`, where:
1818
- `IC::is_direct` is `false`.
1919
- `typename IC::dispatch_type` is `D`.
2020
- `typename IC::overload_types` is a [tuple-like](https://en.cppreference.com/w/cpp/utility/tuple/tuple-like) type of distinct types in `Os`.

0 commit comments

Comments
 (0)