Remove extra semicolon

fix #1436
This commit is contained in:
Benjamin Buch
2019-02-07 17:36:03 +01:00
committed by Vinnie Falco
parent 812a19706a
commit cdc6e76ab7

View File

@@ -239,7 +239,7 @@ public:
template<class OtherAlloc>
basic_flat_buffer(
basic_flat_buffer<OtherAlloc> const& other)
noexcept(default_nothrow);;
noexcept(default_nothrow);
/** Copy Constructor