aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2018-06-18 11:38:06 -0700
committerGitHub <noreply@github.com>2018-06-18 11:38:06 -0700
commit885be9c9828514595f2f1d24c45aec620b739730 (patch)
tree090287264d31e390bfe5475f87965148c38bdeaf /php
parentb0a8220e92ce7eaccb3042efa123e17b4d0719e9 (diff)
downloadprotobuf-885be9c9828514595f2f1d24c45aec620b739730.tar.gz
protobuf-885be9c9828514595f2f1d24c45aec620b739730.tar.bz2
protobuf-885be9c9828514595f2f1d24c45aec620b739730.zip
Work around MSVC issue with std::atomic initialization (#4777)
* Work around MSVC issue with std::atomic initialization MSVC seems to have a bug where it does not use constant initialization for std::atomic, which ends up causing crashes during initialization. This change introduces a workaround by putting the std::atomic inside a union, which causes the compiler to use constant initialization for it. * Added an AppVeyor test for static linking with MSVC
Diffstat (limited to 'php')
0 files changed, 0 insertions, 0 deletions