Commit 2728ed9f authored by Nicholas Ormrod's avatar Nicholas Ormrod Committed by Dave Watson

Removed old FBVector compatibility functions

Summary: FBVector still has some code for gcc-4.6. Removed it.

Test Plan:
fbconfig -r folly && fbmake runtests
fbconfig folly/test/stl_test && fbmake runtests (after enabling)

Reviewed By: robbert@fb.com

Subscribers: folly@lists, sdwilsh

FB internal diff: D1320358
parent cd209b34
This diff is collapsed.
......@@ -165,9 +165,8 @@ THOUGHTS:
#include <vector>
#define VECTOR_ std::vector
#else
#define FOLLY_BENCHMARK_USE_NS_IFOLLY
#include "folly/FBVector.h"
#define VECTOR_ Ifolly::fbvector
#define VECTOR_ folly::fbvector
#endif
//#define USING_STD_VECTOR
......@@ -194,8 +193,6 @@ THOUGHTS:
using namespace std;
using namespace folly;
namespace Ifolly {}
using namespace Ifolly;
//=============================================================================
//=============================================================================
......
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