We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d79dc7 + 8d4b213 commit 1b11637Copy full SHA for 1b11637
include/boost/serialization/collection_size_type.hpp
@@ -22,7 +22,7 @@ class collection_size_type {
22
typedef std::size_t base_type;
23
base_type t;
24
public:
25
- collection_size_type(): t(0) {};
+ collection_size_type(): t(0) {}
26
explicit collection_size_type(const std::size_t & t_) :
27
t(t_)
28
{}
0 commit comments