mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
enh(poco): std::string literals #4216
This commit is contained in:
parent
4f0315aeb0
commit
8b620e7476
@ -91,6 +91,14 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Poco {
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
} // Poco
|
||||
|
||||
|
||||
//
|
||||
// Include platform-specific definitions
|
||||
|
Loading…
x
Reference in New Issue
Block a user