1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-31 14:11:14 +02:00

is sstream really always required?

This commit is contained in:
Lars Melchior 2020-04-11 12:59:41 +02:00
parent 812d740b4d
commit 6f46945151
2 changed files with 2 additions and 5 deletions

View file

@ -2,11 +2,6 @@
#include <string>
#if defined(_WIN32) || defined(WIN32)
// apparently this is required to use strings in MSVC++
# include <sstream>
#endif
namespace greeter {
enum class LanguageCode { EN, DE, ES, FR };