diff --git a/test/test_server.cpp b/test/test_server.cpp index c92da5a..d2f6ba4 100644 --- a/test/test_server.cpp +++ b/test/test_server.cpp @@ -19,7 +19,7 @@ struct test_object struct test_bucket { std::string name; - bool allow_mult; + bool allow_mult;/* bool keyword and can only take the values true or false */ int n_val; std::map objects; };