CPP: Remove uses of std::{cerr,endl} in production code.
authorphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 18 Oct 2013 09:56:13 +0000 (09:56 +0000)
committerphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 18 Oct 2013 09:56:13 +0000 (09:56 +0000)
commit701ef280684e99ee0d007b53c62c521d9a77551c
tree7edeb75b625cc3db37ab765ab145c46cb3ad5cc1
parent148b49067f9f081c863d4346265d621e3ae12628
CPP: Remove uses of std::{cerr,endl} in production code.

They generated static initializers on Clang/Mac.

This also adds the previously missing <algorithm> include in unicodetext.cc
causing a compilation error on VS2013.

This is a squash of (very slightly modified) patches contributed by thakis@ and
yosin@.

R=roes@google.com

Review URL: https://codereview.appspot.com/14930044

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@621 ee073f10-1060-11df-b6a4-87a95322a99c
cpp/src/phonenumbers/phonenumbermatcher.cc
cpp/src/phonenumbers/phonenumberutil.cc
cpp/src/phonenumbers/shortnumberinfo.cc
cpp/src/phonenumbers/utf/unicodetext.cc