karastojko / mailio

mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library.
Other
372 stars 98 forks source link

Explicitly specifying only to use ISO standard C++ in CMakeLists.txt #143

Closed orchistro closed 11 months ago

orchistro commented 12 months ago

Related #142

I am strongly convinced that compiler specific extensions should not be used for projects that support various platforms including especially Windows.