Resolve the circular dependency between ThreadLocalDetail and ThreadLocal
authorChristopher Dykes <cdykes@fb.com>
Mon, 26 Jun 2017 18:42:42 +0000 (11:42 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 26 Jun 2017 18:50:39 +0000 (11:50 -0700)
Summary: There was a circular dependency between the `detail/ThreadLocalDetail.(cpp|h)` files and `ThreadLocal.(cpp|h)`, this resolves that circular dependency by moving a couple of declarations into the detail file.

Reviewed By: yfeldblum

Differential Revision: D5318875

fbshipit-source-id: 61de7c4b3ffa30f9eb11bd97e0493e9de12c5804


No differences found