Initial Course
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "if_constexpr.hpp"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
namespace cpp17 {
|
||||
|
||||
auto stringify_ints(const std::vector<int>& data) -> std::string {
|
||||
(void)data;
|
||||
return {};
|
||||
}
|
||||
|
||||
} // namespace cpp17
|
||||
Reference in New Issue
Block a user