Revision: 1422
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1422&view=rev
Author: roman_yakovenko
Date: 2008-10-05 13:48:35 +0000 (Sun, 05 Oct 2008)
Log Message:
-----------
remove implemented feature
Modified Paths:
--------------
pyplusplus_dev/docs/peps/peps_index.rest
Modified: pyplusplus_dev/docs/peps/peps_index.rest
===================================================================
--- pyplusplus_dev/docs/peps/peps_index.rest 2008-10-05 13:19:47 UTC (rev 1421)
+++ pyplusplus_dev/docs/peps/peps_index.rest 2008-10-05 13:48:35 UTC (rev 1422)
@@ -13,35 +13,6 @@
For small features, the description of the feature and it's implementation will
be written here. Big features will get their own page.
----------------
-Unnamed classes
----------------
-
-There is no technical reason why unnamed classes/structs/unions are not exported
-
-by `Py++`_:
-
-.. code-block:: C++
-
- class Foo{
- union {
- struct {
- float r,g,b,a;
- };
- float val[4];
- };
- };
-
-
-Implementation details
-----------------------
-
-As it seems to me, the only code that should be changed is
-"pyplusplus/module_creator/creator.py" file. To be more specific: all code creators,
-for declarations in unnamed classes, should be created under named class.
-
-The coding itself should take something like 4 - 5 hours, including unit test.
-
------------------------------------------
Domain Specific Language ( DSL ) challenge
------------------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|