[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 9fd9e0: avoid nullptr to enable compilation with g++ 4.4.7

GitHub noreply at github.com
Sun May 11 19:36:12 BST 2014


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 9fd9e07c6a28deea4872955563b406d2561043e2
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9fd9e07c6a28deea4872955563b406d2561043e2
  Author: Alexander Voigt <Alexander.Voigt at physik.tu-dresden.de>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M meta/LoopMasses.m

  Log Message:
  -----------
  avoid nullptr to enable compilation with g++ 4.4.7

For some reason

   if (thread_exception)
      std::rethrow_exception(thread_exception);

does not work (but it should)!


  Commit: 744eac3ab3c40920b96f7c9e8d5278ce63e7bb20
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/744eac3ab3c40920b96f7c9e8d5278ce63e7bb20
  Author: Alexander Voigt <Alexander.Voigt at physik.tu-dresden.de>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M meta/LoopMasses.m
    M templates/two_scale_model.cpp.in

  Log Message:
  -----------
  factor out thread exception pointer handling

This avoids a dependency of the meta code on the two-scale model
class internals.


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/55ed44ee5b8d...744eac3ab3c4


More information about the Flexiblesusy-commits mailing list