commit | c2ba7fd251b9da9fd2f0210818cc0221682f29c4 | [log] [tgz] |
---|---|---|
author | Wouter van Oortmerssen <wvo@google.com> | Tue Aug 19 16:37:46 2014 -0700 |
committer | Wouter van Oortmerssen <wvo@google.com> | Tue Aug 19 17:20:08 2014 -0700 |
tree | 91d985513194660e97b868e7c90dd96c6b5d7ad8 | |
parent | be894f09df2383844d6c19b1d173fec105451e0f [diff] |
Referring to types from other namespaces in C++ now works correctly. Previously, it would ignore the fact that the type comes from a different namespace. Now they are pre-declared in their own namespace, and referenced with a qualified name if necessary. Bug: 16851682 Change-Id: I5cb625b86d28e7436b9e93c70a0fa16a600d9884 Tested: on Linux