Commit 5924c69c authored by Stepan Palamarchuk's avatar Stepan Palamarchuk Committed by Andre Azevedo

Protect unprotected

Summary: This used to be protected before.

Test Plan: folly/futures tests

Reviewed By: andrii@fb.com

Subscribers: trunkagent, folly-diffs@, jsedgwick, yfeldblum

FB internal diff: D1907063

Signature: t1:1907063:1426116657:d7430304d5f72a048396e83f8dc6b5a92198fb29
parent 905b5c10
...@@ -468,6 +468,7 @@ class Future { ...@@ -468,6 +468,7 @@ class Future {
/// exception) /// exception)
Future<bool> willEqual(Future<T>&); Future<bool> willEqual(Future<T>&);
protected:
typedef detail::Core<T>* corePtr; typedef detail::Core<T>* corePtr;
// shared core state object // shared core state object
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment