Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-87654

QPropertyBinding: Avoid std::function

XMLWordPrintable

    • 4b9249dabf002e204298cfc3cd0e64e607905d54, c1c991c3190ec3e9ba5fae9c5ae40385686d289d

      std::function has some unfortunate characteristics regarding both size and performance. We should at least avoid having it in the public API interface (currently as the alias BindingEvaluationFunction), so that it can be changed at a later point if the need arises.
      Ideally, we also remove it from the implementation.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            fabiankosmale Fabian Kosmale
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes