1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00
SqMod/vendor/CPR/cpr/multipart.cpp

6 lines
148 B
C++
Raw Permalink Normal View History

2021-03-27 00:18:51 +02:00
#include "cpr/multipart.h"
namespace cpr {
2021-07-02 17:44:48 +03:00
Multipart::Multipart(const std::initializer_list<Part>& p_parts) : parts{p_parts} {}
2021-03-27 00:18:51 +02:00
} // namespace cpr