Skip to content

Add output stream redirection of __int128_t #1

@buaabarty

Description

@buaabarty

for example,

__int128_t a = 0;
LOG(INFO) << a;

__128_t is supported in C++11, which can save -2127 to 2127-1
Used for save both uint64_t and int64_t in the same property.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions