Use namespace std for int64_t and uint64_t
According to the c++11 standard, the declarations are within namespace scope of the namespace `std'. Add `std::' to avoid unnecessary requirement of implementations.
Showing
Please register or sign in to comment