Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Changed docs for size_of to describe size as a stride offset #33335

Merged
merged 1 commit into from
May 3, 2016

Commits on May 2, 2016

  1. docs: Changed docs for size_of to describe size as a stride offset

    Current description of `std::mem::size_of` is ambiguous, and the
    `std::intrinsics::size_of` description incorrectly defines size
    as the number of bytes necessary to exactly overwrite a value,
    not including the padding between elements necessary in a vector
    or structure.
    cramertj committed May 2, 2016
    Configuration menu
    Copy the full SHA
    38c8836 View commit details
    Browse the repository at this point in the history