From 1a46177b3877302253b39c065fe89664af73f101 Mon Sep 17 00:00:00 2001 From: yangtengze Date: Mon, 24 Apr 2023 12:58:01 +0800 Subject: [PATCH] 1 --- data.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/data.h b/data.h index bb0eb95..f05e2a5 100644 --- a/data.h +++ b/data.h @@ -82,11 +82,8 @@ bool bookempty() } // 添加图书 -template void DoAddBook() { - if (books.length == MAXSIZE) { - cout << "books full" << endl;} cout << endl << "Add Book"<< endl<