T O P I C R E V I E W |
daThomas |
Posted - Jul 21 2006 : 03:03:46 AM Hi,
i use soucefiles like this:
--- #include ...
namespace DUMMY { ... } ---
when using one of the new features mentioned in the subject, VAX is adding the code below the namespace like this:
--- #include ...
namespace DUMMY { ... }
void DUMMY::<classname>::<functionname>(...) { ... } ---
It would be better, if VAX could detect the namespace and add it just before the namespace ends.
bye, Thomas |
1 L A T E S T R E P L I E S (Newest First) |
jpizzi |
Posted - Jul 22 2006 : 12:43:18 AM That is a known issue. It has been fixed in the next release, 1531, which I would expect to see soon, unless it has some show-stoppers in it, in which case 1532 (or 1533 or whatever) should be available shortly. |
|
|