This commit is contained in:
Sebastien Loriot 2024-12-04 13:56:39 +01:00 committed by GitHub
parent 8e5b107abc
commit de60668b83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5662,7 +5662,7 @@ The package provides two traits-class decorators, namely
debugging and informative metadata to an output stream. The former is
used to count the number of invocations of traits-class functors, and
the latter is used to trace these invocations. Note that the
constructors of each of these class templates applies perfect
constructors of each of these class templates apply perfect
forwarding. The counting traits also exports the count of traits-class
objects of specific types constructed during the execution of the
program. The tracing traits supports filtering of traced functors. The