Add forward declarations (#116)

This commit is contained in:
Julian Rüth 2022-01-31 09:19:12 -05:00 committed by GitHub
commit 5069f2f167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 163 additions and 40 deletions

View file

@ -15,7 +15,6 @@
namespace cppast
{
class cpp_entity_index;
/// Base class for a parser.
///