Skip to content

Commit

Permalink
Update README.md (#17)
Browse files Browse the repository at this point in the history
Grammar/spelling
  • Loading branch information
DMoosh authored Jul 19, 2022
1 parent d2529c8 commit bfc77f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ You may additionally define the following preprocessor symbols (making the imple

+ `ANY_IMPL_NO_EXCEPTIONS`: This disables code paths that throw exceptions.
+ `ANY_IMPL_NO_RTTI`: This disables `any::type()`, thus removing all code paths using RTTI.
+ `ANY_IMPL_FAST_TYPE_INFO_COMPARE`: When checking if two `typeid` are the same, performs just a pointer comparision instead of the actual `type_info::operator==` comparision. Be aware this isn't recommended since objects passed across library boundaries mayn't compare equal. This has no effect if `ANY_IMPL_NO_RTTI` is defined.
+ `ANY_IMPL_FAST_TYPE_INFO_COMPARE`: When checking if two `typeid` are the same, performs just a pointer comparison instead of the actual `type_info::operator==` comparison. Be aware this isn't recommended since objects passed across library boundaries mayn't compare equal. This has no effect if `ANY_IMPL_NO_RTTI` is defined.

0 comments on commit bfc77f2

Please sign in to comment.