Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333771 | Differences between
and this patch

Collapse All | Expand All

(-)pthreads-w32-2-8-0-release/ptw32_callUserDestroyRoutines.c.orig (+1 lines)
Lines 40-45 Link Here
40
40
41
#ifdef __cplusplus
41
#ifdef __cplusplus
42
# if ! defined (_MSC_VER) && ! (defined(__GNUC__) && __GNUC__ < 3) && ! defined(__WATCOMC__)
42
# if ! defined (_MSC_VER) && ! (defined(__GNUC__) && __GNUC__ < 3) && ! defined(__WATCOMC__)
43
#include <stdexcept>
43
using
44
using
44
  std::terminate;
45
  std::terminate;
45
# endif
46
# endif

Return to bug 333771