make ConcurrentSkipList ctor public
authorPhilip Pronin <philipp@fb.com>
Sat, 5 Apr 2014 04:50:27 +0000 (21:50 -0700)
committerptarjan <ptarjan@fb.com>
Wed, 9 Apr 2014 03:58:46 +0000 (20:58 -0700)
commit0fd4f5795ab91a0c1d45fced6232f4f738a5a6e1
tree130b747f4863b8591290a31c2fa5cd3c9b449aa1
parentff03c3a89d70f49f5fdedcb1e6af7a1c9fc9bacb
make ConcurrentSkipList ctor public

Summary:
There is no reason to force heap allocation for
`ConcurrentSkipList`.

Test Plan: fbconfig -r unicorn/test && fbmake opt -j32

@override-unit-failures

Reviewed By: lucian@fb.com

FB internal diff: D1261183
folly/ConcurrentSkipList.h