A great feature needs great documentation. Please take a look!
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Nice!
cfe/trunk/docs/UsersManual.rst | ||
---|---|---|
2950 ↗ | (On Diff #173621) | very nit: I'd s/import/dllimport/. It's a bit longer, but not much, and more greppable. (for both + and - versions) |
3104 ↗ | (On Diff #173621) | "to not be applied" sounds more correct to me, but I'm not a native speaker either. And I think "to not apply to inline member functions" works to and is shorter and not passive, and it makes the part after the comma sound better (with the passive I think it might have to be "as they otherwise would be"?) |
3173 ↗ | (On Diff #173621) | Maybe suggest a workaround in addition to pointing out the problem? ("In these cases, a workaround is to make foo() not inline" or similar) |
Comment Actions
Thanks for the review! I made adjustments in r346748.
cfe/trunk/docs/UsersManual.rst | ||
---|---|---|
3104 ↗ | (On Diff #173621) | Yeah, "to not apply to inline member functions" is better. |