Fix msvc ProducerConsumerQueue compilation and update its doc
Summary: Compilation of basic sample from doc using VS2017 currently fails with: ``` C2327 'folly::ProducerConsumerQueue<folly::fbstring>::writeIndex_': is not a type name, static, or enumerator ``` Fixed it and updated the docs. Closes https://github.com/facebook/folly/pull/806 Reviewed By: akrieger Differential Revision: D7379931 Pulled By: yfeldblum fbshipit-source-id: 6b7a72abd3324af56de355a6e65bdc7e1195596d
Showing
Please register or sign in to comment