Open Mq-b opened 10 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
The original description is unclear:
I think it should be emphasized that defining inline functions, whether with the standard C++ keyword 'inline' or some other compiler extension, is just a 'suggestion'. The original text seems unclear.
The compiler can inline a function whether or not it is defined inline.
cppreference:
In the previous Microsoft documentation, there was also some discussion of inline functions:
https://github.com/MicrosoftDocs/cpp-docs/pull/4823