- edb38790ce245c95715e5c50dfafb0db79d2cdc4 Add quickstart and build sections to readme. by Alex Strelnikov <strel@google.com>
- 508b3da428bc79cab730aa57109b352a58820573 Fix accidentally qualifying std int types with absl:: in ... by Alex Strelnikov <strel@google.com> GitOrigin-RevId: edb38790ce245c95715e5c50dfafb0db79d2cdc4 Change-Id: Idf72547f30c72fbb4153d5eae6b59b499ec42955
This commit is contained in:
parent
3f622d6c59
commit
475d64f2de
2 changed files with 24 additions and 8 deletions
|
@ -80,8 +80,8 @@ namespace absl {
|
|||
// // converted to float.
|
||||
//
|
||||
// absl::uint128 v;
|
||||
// absl::uint64_t i = v; // Error
|
||||
// absl::uint64_t i = static_cast<uint64_t>(v); // OK
|
||||
// uint64_t i = v; // Error
|
||||
// uint64_t i = static_cast<uint64_t>(v); // OK
|
||||
//
|
||||
class
|
||||
#if defined(ABSL_HAVE_INTRINSIC_INT128)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue