1. Dec 03, 2018
    • Igor Chorazewicz's avatar
      Fix v swap, assignment operators and constructors. · 35a79a1e
      Igor Chorazewicz authored
      Assignment operators didn't work correctly because operatorT()
      was not really a const function and this_type (used in those functions)
      was not decalared. This resulted in compile error while trying to
      assign v<> of different types.
      
      Additionally v<> constructor taking const T& as parameter is not
      needed. Using it would mean assigning some value to underlaing val
      in v<>, but first call to get() would run constructor (which would
      potentially change the value).
      35a79a1e
  2. Oct 27, 2018
  3. Oct 26, 2018
  4. Oct 24, 2018
  5. Oct 23, 2018
  6. Oct 22, 2018
  7. Oct 20, 2018
  8. Oct 19, 2018
  9. Oct 18, 2018
  10. Oct 15, 2018
  11. Oct 11, 2018
  12. Oct 02, 2018
  13. Sep 25, 2018
  14. Sep 18, 2018
  15. Sep 17, 2018