Skip to content

Commit

Permalink
Return uint64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed May 8, 2014
1 parent b41b4f6 commit de6db67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary_visitor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct string_to_number<int64_t>
template <>
struct string_to_number<uint64_t>
{
int64_t operator() (std::string const& str) const
uint64_t operator() (std::string const& str) const
{
return std::stoull(str);
}
Expand Down

0 comments on commit de6db67

Please sign in to comment.