Skip to content
Snippets Groups Projects
  1. Mar 25, 2021
  2. Mar 24, 2021
  3. Mar 23, 2021
  4. Mar 13, 2021
  5. Mar 12, 2021
  6. Jan 31, 2021
  7. Jan 29, 2021
  8. Jan 19, 2021
  9. Dec 21, 2020
  10. Dec 19, 2020
  11. Dec 18, 2020
  12. Oct 05, 2020
  13. Oct 02, 2020
    • Oliver Sander's avatar
      Guard against misuse of AxisAlignedCubeGeometry constructor · 4546b4bd
      Oliver Sander authored
      The AxisAlignedCubeGeometry has always had a constructor that was always
      intended to be used with dim==coorddim only.  However, this precondition
      was never checked anywhere, which could lead to strange bugs.
      This patch introduces a static_assert that fails at compile time
      if the dim==coorddim precondition is not met.
      
      BUG: #25
      4546b4bd
  14. Sep 28, 2020
  15. Aug 11, 2020
  16. May 24, 2020
  17. May 08, 2020
  18. Apr 26, 2020
Loading