google / google/libaddressinput

'register' data type is going away in C++17

Open
#121 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
624
Forks
109
PR merge metrics
No merged PRs in 30d

Description

`md5.cc` is using the `register` data type, which is going away in C++17, according to:

http://crrev.com/2780623003

The file was originally copied from Chromium, which now uses `uint32_t` instead:

https://cs.chromium.org/chromium/src/base/md5.cc?rcl=95cf7a59de278ede5e772ba752215c80a80ed122

Copying the updated version should suffice.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.