Commit 67a5865f authored by Kostia Balytskyi's avatar Kostia Balytskyi Committed by Facebook Github Bot

msvc2015u3: extend D4988025 fix to one more place

Summary: This just extends D4988025 to one more location, which wasn't covered in the initial fix.

Reviewed By: yfeldblum

Differential Revision: D7181160

fbshipit-source-id: 8dd0866d916674870f04252a80725ecce0cd69e1
parent 2bd76586
......@@ -1891,7 +1891,7 @@ template <typename TP>
inline typename std::enable_if<
std::is_same<
typename std::decay<TP>::type,
typename basic_fbstring<E, T, A, S>::value_type>::value,
typename folly::basic_fbstring<E, T, A, S>::value_type>::value,
basic_fbstring<E, T, A, S>&>::type
basic_fbstring<E, T, A, S>::operator=(TP c) {
Invariant checker(*this);
......
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