Add proper build system

This commit is contained in:
Jonathan Müller 2017-04-02 18:37:57 +02:00
commit e10a41fea8
14 changed files with 331 additions and 9 deletions

View file

@ -13,7 +13,7 @@
namespace cppast
{
class cpp_entity_index;
class diagnostic;
struct diagnostic;
/// Base class for a [cppast::diagnostic]() logger.
///