"Pozdnyakov, Mikhail" <mikhail.pozdnya...@intel.com> writes:

> Hi all,
>
> As we know the chromium basic classes (form 'base' namespace ) are not 
> available in
> the extensions code, so the extension developers are missing some basic stuff 
> there
> (e.g. smart pointers).
>
> To solve it I propose enabling of C++11 in Tizen extensions code and enjoying 
> all
> the new features from both C++ language engine and STL (unique_ptr shared_ptr 
> and
> so on).
>
> Pls. see here the list of new features accessible in GCC
> http://gcc.gnu.org/projects/cxx0x.html

Is this concerning only the tizen-extensions-crosswalk repository? If
so, I second what Thiago said about Tizen itself being the only limiting
factor -- if the GCC 4.8 there supports everything you want to do, I
don't see why not do that.

And yes, we have to be pretty clear that this is only about t-e-c,
otherwise at some point people will start submitting patches to
Crosswalk that use C++11 features.
_______________________________________________
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to