From cdc6e76ab70f771b073b75c3ce51ce78f81428cd Mon Sep 17 00:00:00 2001 From: Benjamin Buch Date: Thu, 7 Feb 2019 17:36:03 +0100 Subject: [PATCH] Remove extra semicolon fix #1436 --- include/boost/beast/core/flat_buffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/beast/core/flat_buffer.hpp b/include/boost/beast/core/flat_buffer.hpp index aad02e13..6dba0a42 100644 --- a/include/boost/beast/core/flat_buffer.hpp +++ b/include/boost/beast/core/flat_buffer.hpp @@ -239,7 +239,7 @@ public: template basic_flat_buffer( basic_flat_buffer const& other) - noexcept(default_nothrow);; + noexcept(default_nothrow); /** Copy Constructor