Commit 525c2f4f authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

fix typo in detected_or doc

Reviewed By: mshneer

Differential Revision: D28768951

fbshipit-source-id: 66f43a5505b293ee087ace85c753f05e23b55892
parent 852d07b4
......@@ -302,7 +302,7 @@ struct detected_<void_t<T<A...>>, D, T, A...> {
//
// If T<A...> substitutes, has member type alias value_t as std::true_type
// and has member type alias type as T<A...>. Otherwise, has member type
// alias value_t as std::false_type and has member type alias as D.
// alias value_t as std::false_type and has member type alias type as D.
//
// mimic: std::experimental::detected_or, Library Fundamentals TS v2
template <typename D, template <typename...> class T, typename... A>
......
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