mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 06:19:34 -06:00
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:
parent
a3d484f501
commit
cf19293869
5 changed files with 19 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue