cpp: CppItem::using_namespaces was not serialized #1122

git-svn-id: svn://ultimatepp.org/upp/trunk@8547 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-15 15:33:40 +00:00
parent a3d484f501
commit cf19293869
5 changed files with 19 additions and 5 deletions

View file

@ -3,7 +3,7 @@
NAMESPACE_UPP
#define LTIMING(x) // RTIMING(x)
#define LLOG(x) // DLOG(x)
#define LLOG(x) DLOG(x)
void Cpp::ParamAdd(Vector<String>& param, const char *s, const char *e)
{
@ -233,6 +233,8 @@ void Cpp::Do(const String& sourcefile, Stream& in, const String& currentfile, bo
if(get_macros)
return;
DDUMP(namespace_using);
LTIMING("Expand");
incomment = false;