]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson: do not use auto in param list of function prototype
authorKefu Chai <kchai@redhat.com>
Sun, 5 Jan 2020 14:17:42 +0000 (22:17 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 5 Jan 2020 14:27:03 +0000 (22:27 +0800)
commiteb24936cfc9dd9be0c90acb91c1dd2768d4a156f
tree10b96a21a9201f200410092f34962d689347caf9
parentba0fc1fef3590da3edeb8294093d276e9c5cb6ca
crimson: do not use auto in param list of function prototype

src/crimson/net/Socket.cc:114:57: error: 'auto' not allowed in function
prototype
static inline seastar::future<> close_and_handle_errors(auto& out) {
                                                        ^~~~

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/net/Socket.cc