Hi Thiago,

I like this. It clarifies what -no-stl means and actually makes it
realistic to use it for certain systems.

On 8/21/11 2:37 PM, "ext Thiago Macieira" <thi...@kde.org> wrote:
[snip]
>I'm just in doubt about the implications of that and 6: if we use
>qStableSort 
>internally, qStableSort is implemented on top of STL and that
>implementation 
>makes function calls.

I don't see this as a problem. We can simply have (actually: keep) our own
implementation of qStableSort that is being used when -no-stl is being set
at configure time. If STL support is enabled, we can use the STL algorithm
instead.

Lars

_______________________________________________
Qt5-feedback mailing list
Qt5-feedback@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to