Commit 79778122 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Alias std::launder on MSVC

Summary:
[Folly] Alias `std::launder` on `MSVC` to avoid ambiguity.

Fixes #802.

Reviewed By: Orvid

Differential Revision: D7286052

fbshipit-source-id: 7cd89c9ad236a433f53fbdb9e2e024b85105827e
parent d4ec31ab
......@@ -26,7 +26,7 @@
* * std::launder
*/
#if __cpp_lib_launder >= 201606
#if __cpp_lib_launder >= 201606 || _MSC_FULL_VER >= 191426310
namespace folly {
......
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