From 851b6f99c1248c8ec8e33322a3179c1d82fdd515 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:31:23 +0200 Subject: 6.2 --- zen/string_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/string_base.h') diff --git a/zen/string_base.h b/zen/string_base.h index 0e3bbdd3..c134a6fc 100644 --- a/zen/string_base.h +++ b/zen/string_base.h @@ -171,7 +171,7 @@ private: Descriptor(int rc, size_t len, size_t cap) : length (static_cast(len)), capacity(static_cast(cap)), - refCount(rc) { assert_static(ATOMIC_INT_LOCK_FREE == 2); } //2: "the types are always lock-free" + refCount(rc) { assert_static(ATOMIC_INT_LOCK_FREE == 2); } //2: "the types are always lock-free" std::uint32_t length; std::uint32_t capacity; //allocated size without null-termination -- cgit