Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s0mewha7 committed Dec 8, 2023
1 parent c7ce61b commit 5cb335a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# BMSTU-CPP-WORKS

## BUILD AND RUN GOOGLE TEST!

## Build and Run CMake GoogleTest
```bash
mkdir build && cd build
cmake ..
Expand Down
2 changes: 1 addition & 1 deletion dummy_list/basic_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class list {
size_ = 0;
}
}
size_t size() const {
[[nodiscard]] size_t size() const {
return size_;
}
void swap(list &other) noexcept {
Expand Down

0 comments on commit 5cb335a

Please sign in to comment.