u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

core: add copy constructor and copy assignment operator #19

Closed u413-284-si closed 1 month ago

u413-284-si commented 2 months ago

Following the Rule of three if a class defines any of the following then it should probably explicitly define all three:[