From b515f42ef5a74039d14ebb0d7e3629e9dab951c1 Mon Sep 17 00:00:00 2001 From: U-danz0 <59428879+udanzo-p@users.noreply.github.com> Date: Tue, 20 Oct 2020 18:45:40 +0530 Subject: [PATCH] Update test_server.cpp --- test/test_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };