hxfxjun / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

need to warn the users that only gtest.h is supposed to be #included #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google Test has many .h files, but a user should always #include
<gtest/gtest.h>.  The other .h files' paths may change and thus cannot be
depended on.

We should warn the user at the beginning of each .h file that it shouldn't
be #included directly.

Original issue reported on code.google.com by shiq...@gmail.com on 16 Dec 2008 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 5 Jun 2009 at 5:46