Skip to content
Snippets Groups Projects
  1. Jan 26, 2018
  2. Jan 25, 2018
  3. Jan 18, 2018
  4. Jan 17, 2018
  5. Jan 16, 2018
  6. Jan 02, 2018
  7. Nov 20, 2017
  8. Nov 13, 2017
  9. Nov 10, 2017
  10. Nov 03, 2017
  11. Nov 02, 2017
  12. Oct 23, 2017
  13. Oct 06, 2017
  14. Oct 05, 2017
  15. Sep 23, 2017
  16. Sep 20, 2017
  17. Sep 19, 2017
  18. Sep 18, 2017
    • Carsten Gräser's avatar
      [doc] Document deprecation of returning references · 9a4af40e
      Carsten Gräser authored
      The deprecation tag in doxygen is here to warn users. We cannot
      mark the method as deprecated directly, because only the return
      type will change.
      9a4af40e
    • Carsten Gräser's avatar
      [bugfix] Restore reference semantics of ReferenceElement methods · d97fc1b5
      Carsten Gräser authored
      By using decltype(auto) we forward references of the
      implementation as references. This reverts the interface
      change introduced in !52 in case the implementation returns
      references. As a consequence the all tests in dune-localfunctions
      pass again.
      
      For (possible) implementations returning values these will
      also be forwarded. In the future (after a grace period of
      one release), this should be switched to references completely
      as proposed in !52.
      d97fc1b5
Loading