1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/vendor/CPR/cpr/multipart.cpp

6 lines
148 B
C++
Raw Normal View History

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