Skip to content
Snippets Groups Projects
  1. Jan 26, 2018
  2. Jan 13, 2018
  3. Jan 02, 2018
  4. Dec 18, 2017
  5. Nov 13, 2017
  6. Nov 10, 2017
  7. Nov 03, 2017
  8. Nov 02, 2017
  9. Oct 31, 2017
  10. Oct 20, 2017
  11. Oct 06, 2017
  12. Oct 05, 2017
  13. Sep 23, 2017
  14. Sep 20, 2017
  15. Sep 19, 2017
  16. 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
  17. Sep 08, 2017
Loading