Skip to content

Commit

Permalink
Reword appendix sentence to avoid saying "works badly" (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcoe authored Feb 9, 2025
1 parent 549ba1f commit 758dbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DRAFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ class incomplete_wrapper {
};
```

Whilst appealing, this approach works badly in composition with other types.
Whilst appealing, this approach is problematic when used in composition with other types.
To illustrate, consider the following class template `TaggedType`:

```cpp
Expand Down

0 comments on commit 758dbdf

Please sign in to comment.