Fix Android build: use std::numeric_limits<T>::max and friends
authorDavid Neto <dneto@google.com>
Thu, 15 Oct 2015 18:34:07 +0000 (14:34 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commit9e11c7d301ed18d4fb6c24edfb0ea5fcb49a9056
tree5cce91b3837e515752a539f691efde7980539b0b
parent470405e0ed2015d419951384f722a43b322ce989
Fix Android build: use std::numeric_limits<T>::max and friends

UINT32_MAX and friends are not available.
test/TextToBinary.Constant.cpp