X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FString.h;h=80d3e232375aa9c91d6dadbd2187748ca6d0db5b;hb=55af3d190b31e6b09943bb6456dc1085688fc007;hp=c9982f356d8cd26ee30ede7534db150d1397008e;hpb=ba7a749ea32b6f5758ce34984c5799d7dbe972df;p=folly.git diff --git a/folly/String.h b/folly/String.h index c9982f35..80d3e232 100644 --- a/folly/String.h +++ b/folly/String.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,13 +24,6 @@ #include #include -#ifdef FOLLY_HAVE_DEPRECATED_ASSOC -#ifdef _GLIBCXX_SYMVER -#include -#include -#endif -#endif - #include #include @@ -646,12 +639,4 @@ using UTF8StringPiece = UTF8Range; } // namespace folly -// Hook into boost's type traits -namespace boost { -template -struct has_nothrow_constructor > : true_type { - enum { value = true }; -}; -} // namespace boost - #include