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

Apply clang-format to folly/FBString.h

Summary: [Folly] Apply `clang-format` to `folly/FBString.h`. A previous change was not properly formatted.

Reviewed By: ot

Differential Revision: D13831558

fbshipit-source-id: 318404a3a14d6969cc2aa9601e72fae6ad6cfac2
parent b29280e3
...@@ -1252,12 +1252,10 @@ class basic_fbstring { ...@@ -1252,12 +1252,10 @@ class basic_fbstring {
typename std::enable_if< typename std::enable_if<
std::is_convertible< std::is_convertible<
TP, TP,
typename basic_fbstring<E, T, A, Storage>::value_type>:: typename basic_fbstring<E, T, A, Storage>::value_type>::value &&
value &&
!std::is_same< !std::is_same<
typename std::decay<TP>::type, typename std::decay<TP>::type,
typename basic_fbstring<E, T, A, Storage>::value_type>:: typename basic_fbstring<E, T, A, Storage>::value_type>::value,
value,
basic_fbstring<E, T, A, Storage>&>::type basic_fbstring<E, T, A, Storage>&>::type
operator=(TP c) = delete; operator=(TP c) = delete;
......
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