views:

47

answers:

2

In other thread I introduced some techniques we would use for Model-Driven-Development in C++ once the C++0x, in particular user-defined literals, is available. I just revised the plans for GCC 4.5 and even 4.6 and it shows that this particular feature is not supported.

Anyway, do you know if I even have any compiler to test that feature to start designing/implementing the algorithms till the C++0x is approved and implemented in widestream free compilers (LLVM, GCC)?

A: 

None yet, as far as I know.

towi
+2  A: 

Not yet, although patches for both Clang and GCC have been submitted and rejected for reworking, so you should see something soon.

ohmantics