Solved: 43 - Concepts
This commit is contained in:
@@ -2,9 +2,5 @@
|
||||
|
||||
namespace cpp20 {
|
||||
|
||||
auto sum_integral(const std::vector<int>& data) -> int {
|
||||
(void)data;
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // namespace cpp20
|
||||
|
||||
Reference in New Issue
Block a user