[PATCH] Addition of nested namespaces support to kconfig_compiler
Shintaro Matsuoka
shin at shoegazed.org
Fri Jun 30 07:27:20 BST 2006
Hi all,
Currently, kconfig_compiler (both one in branches/3.5 and one in trunk
) doesn't support nested namespaces though C++ allows them.
for example:
namespace ns1
{
namespace ns2
{
class foobar;
}
}
ns1::ns2::foobar x;
The attached patch adds nested namespaces support to
branches/KDE/3.5/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp.
Is it okay to commit this patch?
Thanks,
--
Shintaro Matsuoka aka strm
working on Konversation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kconfig_compiler-branch-3.5.patch
Type: application/octet-stream
Size: 1525 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060630/70f292d2/attachment.obj>
More information about the kde-core-devel
mailing list