Skip to content
Snippets Groups Projects
  1. Jun 16, 2016
    • Vijay Pai's avatar
      Should not explicitly initialize these pointers to nullptr in gcc-4.4 case · 4425828d
      Vijay Pai authored
      because nullptr assignment actually requires the calling of a constructor.
      As a result, the order in which these nullptr initializations take place
      is not defined with respect to other initializations.
      A pointer that is left without explicit initialization automatically
      gets nullptr anyway, so just don't explicitly initialize these.
      4425828d
  2. Mar 10, 2016
  3. Mar 09, 2016
  4. Mar 08, 2016
  5. Feb 02, 2016
  6. Jan 28, 2016
Loading