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

45 remove definition of private copy constructors assignment operators #51

Closed gwolf-011235 closed 3 weeks ago

gwolf-011235 commented 3 weeks ago

If there isn't even a definition in the source file, private copy constructor and copy assignment operator can't even be invoked in private context.

Fix: removed Copy ctor and assign from

Still compiles :D

I didn't find any impementations of copy ctor or assign anywhere else, therefore Closes #45