SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 35 C++

Work around strange error with atomic and swift under Xcode 8.3.3.

Haven't been able to make a repo case, but this should "fix" the problem
by avoid it completely.

- Move readOnlySemaphore_ into the .m file so it isn't exposed in any
  header.
- Move GPBGetObjectIvarWithField() also to go with the new limited
  visibility on the readOnlySemaphore_.
T
Thomas Van Lenten committed
cf016a42e645a0aea2ce0d1027e210157c49016c
Parent: d570d48