-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
It seems that there is an error creating CppWriter, e.g. I tred to compile the following code:
#include "cppwriter/cppwriter.h"
int main(){
cppcodegen::CppWriter writer;
}
And got the following error:
in function `cppcodegen::CppWriter::emitCompound(cppast::CppCompound const&, std::ostream&, cppcodegen::CppIndent, bool) const':
cppwriter.cpp:(.text+0x2ee7): undefined reference to `cppast::IsClassLike(cppast::CppEntity const&)'
Is this an error of the CppWriter, or is it something to do with my environment?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels