Commit d6359188 authored by Alex Malyshev's avatar Alex Malyshev Committed by Jordan DeLong

Don't forward declare ObjectMaker twice in dynamic

Summary: Makes clang nervous

@override-unit-failures

Test Plan: fbconfig -r folly && fbmake dbg succeeds

Reviewed By: delong.j@fb.com

FB internal diff: D1094209
parent a4c67f33
...@@ -467,7 +467,6 @@ public: ...@@ -467,7 +467,6 @@ public:
private: private:
friend struct TypeError; friend struct TypeError;
struct ObjectImpl; struct ObjectImpl;
struct ObjectMaker;
template<class T> struct TypeInfo; template<class T> struct TypeInfo;
template<class T> struct CompareOp; template<class T> struct CompareOp;
template<class T> struct GetAddrImpl; template<class T> struct GetAddrImpl;
......
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