[PATCH] D43209: Put type attributes after class keyword
Dimitry Andric via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 13 09:44:15 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCXX325027: Put type attributes after class keyword (authored by dim, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D43209?vs=133932&id=134065#toc
Repository:
rCXX libc++
https://reviews.llvm.org/D43209
Files:
include/functional
Index: include/functional
===================================================================
--- include/functional
+++ include/functional
@@ -2497,8 +2497,7 @@
// default searcher
template<class _ForwardIterator, class _BinaryPredicate = equal_to<>>
-_LIBCPP_TYPE_VIS
-class default_searcher {
+class _LIBCPP_TYPE_VIS default_searcher {
public:
_LIBCPP_INLINE_VISIBILITY
default_searcher(_ForwardIterator __f, _ForwardIterator __l,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43209.134065.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180213/f6f5acc7/attachment.bin>
More information about the cfe-commits
mailing list