[omniORB] C++11 support

Michael Teske subscribe at teskor.de
Mon Mar 27 09:42:49 BST 2017


Hi,

just a question, are there any plans to support some new features of
C++11? I think the performance of our software and maybe omniORB itself
could greatly benefit from some of these, especially move semantics, and
here especially the sequence types.
If there are no plans, I might try to add some myself.
Of course enclosed in
#if __cplusplus == 201103L
#endif
as c++98 needs to be supported, too.

Regards,
  Michael



More information about the omniORB-list mailing list