-
Use namespace std for int64_t and uint64_t · 3e76e61bLv Zheng authored
According to the c++11 standard, the declarations are within namespace scope of the namespace `std'. Add `std::' to avoid unnecessary requirement of implementations.
3e76e61b
×
According to the c++11 standard, the declarations are within namespace scope of the namespace `std'. Add `std::' to avoid unnecessary requirement of implementations.