From b2de6349a5e71ac46b1bd7f38ff38c96f4b1a189 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 12 Oct 2017 14:18:26 +0200 Subject: Introduce async write interface in the TLS. Wire it in all the way up and in to proton. The implementation is still synchronous. --- vespalib/src/vespa/vespalib/util/sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vespalib/src') diff --git a/vespalib/src/vespa/vespalib/util/sync.h b/vespalib/src/vespa/vespalib/util/sync.h index f961c280174..86e0a227c72 100644 --- a/vespalib/src/vespa/vespalib/util/sync.h +++ b/vespalib/src/vespa/vespalib/util/sync.h @@ -710,7 +710,7 @@ public: /** * Empty. Needs to be virtual to reduce compiler warnings. **/ - virtual ~CountDownLatch() {} + virtual ~CountDownLatch() = default; }; -- cgit v1.2.3