acimpoeru / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

CHECK_NEAR doesn't allow more information to be streamed to it. #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. CHECK_NEAR(10.0, 10.1, 1.0) << ": Message";

What is the expected output? What do you see instead?

It to compile and return the message when the CHECK fails.
Instead, it fails to compile.

What version of the product are you using? On what operating system?
0.3.3 debian linux, though this problem exists on the checked in version as 
well.

Original issue reported on code.google.com by austin.l...@gmail.com on 25 Oct 2013 at 6:35