rom3r4 / googlemock

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

Need to warn the users that only gmock.h is supposed to be #included #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google Mock has many .h files, but a user should always #include
<gmock/gmock.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:38

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 4 Mar 2009 at 7:13

GoogleCodeExporter commented 9 years ago

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