Skip to content

Commit bbaffc2

Browse files
authored
Merge pull request MicrosoftDocs#1889 from corob-msft/cr-arm64-fix3
Tweak ARM64 definition of types returned
2 parents 91dbf5e + 4d91206 commit bbaffc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/arm64-windows-abi-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Floating-point values are returned in s0/d0/v0 as appropriate.
184184
Types returned by value are handled differently depending on whether they have certain properties. Types which have all of these properties,
185185

186186
- they're *aggregate* by the C++14 standard definition, that is, they have no user-provided constructors, no private or protected non-static data members, no base classes, and no virtual functions, and
187-
- they have a trivial copy constructor, and
187+
- they have a trivial copy-assignment operator, and
188188
- they have a trivial destructor,
189189

190190
use the following return style:

0 commit comments

Comments
 (0)