Commit Graph

3 Commits

Author SHA1 Message Date
Egor Suvorov
650ae16bf7 Add IWYU export pragmas to grpc++/grpc++.h.
IWYU is a C++ tool which ensures that end users explicitly #include
every header they need. Without pragmas IWYU have no way of distinguishing
between 'implementation-specific' headers and headers which are shortcuts
for groups of other headers, like grpc++.h.
2016-08-26 16:26:23 -04:00
Adam Michalik
b97e2d145e Add C++ support for using external FD 2016-06-07 15:09:19 -07:00
Craig Tiller
d6599a39e4 Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
2015-09-03 09:37:02 -07:00