eidheim / Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
MIT License
2.62k stars 758 forks source link

compile clean with gcc 4.6.3 #94

Closed ntadas closed 7 years ago

ntadas commented 7 years ago

related with https://github.com/eidheim/Simple-Web-Server/issues/78

eidheim commented 7 years ago

Just a quick question before merge. I see that the changes are only in server_http.hpp. Does that mean that the rest of the sources compile on g++ 4.6.3?

ntadas commented 7 years ago

I'm using only the servers didn't try the client.

On 13 Dec 2016 8:28 a.m., "Ole Christian Eidheim" notifications@github.com wrote:

Just a quick question before merge. I see that the changes are only in server_http.hpp. Does that mean that the rest of the sources compile on g++ 4.6.3?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eidheim/Simple-Web-Server/pull/94#issuecomment-266676483, or mute the thread https://github.com/notifications/unsubscribe-auth/APo_hivsK6JgSHQgnO5umQun2jMboVYAks5rHlcfgaJpZM4LLFYT .

eidheim commented 7 years ago

Thank you again!

ntadas commented 7 years ago

No prob. Thank you.

On 13 Dec 2016 8:49 a.m., "Ole Christian Eidheim" notifications@github.com wrote:

Thank you again!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eidheim/Simple-Web-Server/pull/94#issuecomment-266680583, or mute the thread https://github.com/notifications/unsubscribe-auth/APo_hknENXNXWQos5pzOxJHgx1ArDccZks5rHlwrgaJpZM4LLFYT .