Skip to content

Commit

Permalink
Fixups in ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Oct 7, 2024
1 parent a7c5555 commit 40835a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
type syntax signature.

MAKE_MOCK(name, signature {, specifiers})
MAE_CONST_MOCK(name, signature {, specifiers})
MAKE_CONST_MOCK(name, signature {, specifiers})
MAKE_STDMETHOD_MOCK(name, signature {, specifiers})

Note that these only work with trailing return type syntax. Examples
of specifiers are 'override' and 'final'
of specifiers are 'override', 'final' and 'noexcept'

The preprocessor is limited and can only handle nullary functions,
i.e. functions that do not accept any arguments, in some cases.
Expand Down

0 comments on commit 40835a9

Please sign in to comment.