|
Boost : |
From: Sergey Pisarchik (Sergey_pisarchiK_at_[hidden])
Date: 2005-01-13 04:57:36
Good day to All.
Working with boost::mpl recieve subj.
How to solve this problem? Will it be solved in next VC++?
My solution for boost.
In mpl everywhere you wrote:
typedef smth type;
may be it better to write:
struct type : public smpth {};
(or, as was discussed before:
struct type1 : public smpth {};
typedef tepe1 type;
)
if smth is very-very long name, then for compiler:
in first case type is very-very long name.
in second type is simply "type" and it is only 4 letters.
Would the compiler work correctly? Faster? Slower? Other points/goals?
--Sincerely Yours,--
--\ SergeY /--
--<>\\\ PisarchiK ///<>--
--<>()<>--Never surrendeR--<>()<>--
mailto:Sergey_pisarchiK_at_[hidden]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk