Skip to content
Snippets Groups Projects
  1. Oct 11, 2016
    • Dmitry Yu. Naumov's avatar
      [MeL] Return PropertyVector* instead of opt refs. · 065d256b
      Dmitry Yu. Naumov authored
      Since boost-1.61 (and also not in the std::optional)
      optionals holding references do have some restrictions
      and are difficult to use. In this special case
      optional<PropertyVector&> is equivalent semantically
      to a PropertyVector*. The pointer indicates that it is
      not owning (contrary to usage of unique_ptr).
      
      Thanks to Christoph pointing this issue out.
      065d256b
  2. Jun 21, 2016
  3. May 17, 2016
  4. Feb 23, 2016
  5. Jan 13, 2016
  6. Apr 17, 2015
  7. Apr 15, 2015
  8. Apr 01, 2015
Loading