Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 2b6c561040cb
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5664dd2fc1e8
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jan 4, 2013

  1. src: use static_cast where appropriate

    Use static_cast instead of reinterpret_cast when casting from void*
    to another type.
    
    This is mostly an aesthetic change but may help catch bugs when the
    affected code is modified.
    bnoordhuis committed Jan 4, 2013
    Copy the full SHA
    5664dd2 View commit details
    Browse the repository at this point in the history