Guest User

Untitled

a guest
Feb 3rd, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 352.92 KB | None | 0 0
  1. ------ Build started: Project: CMakeLists, Configuration: Debug ------
  2. [1/25] Building CXX object mailio\CMakeFiles\mailio.dir\src\dialog.cpp.obj
  3. FAILED: mailio/CMakeFiles/mailio.dir/src/dialog.cpp.obj
  4. C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -Dmailio_EXPORTS -Imailio -I..\..\..\mailio\include -IC:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++17 /showIncludes /Fomailio\CMakeFiles\mailio.dir\src\dialog.cpp.obj /Fdmailio\CMakeFiles\mailio.dir\ /FS -c ..\..\..\mailio\src\dialog.cpp
  5. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  6. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  7. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  8. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  9. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): error C2079: 'dialog' uses undefined class 'mailio::MAILIO_EXPORT'
  10. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(37): error C2059: syntax error: 'public'
  11. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  12. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2143: syntax error: missing ',' before '&'
  13. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  14. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  15. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/dialog.hpp(35): note: see declaration of 'mailio::dialog'
  16. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2588: '::~dialog': illegal global destructor
  17. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2575: 'dialog': only member functions and bases can be virtual
  18. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  19. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  20. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/dialog.hpp(35): note: see declaration of 'mailio::dialog'
  21. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(62): error C2059: syntax error: ')'
  22. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  23. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2143: syntax error: missing ',' before '&'
  24. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2801: 'mailio::operator =' must be a non-static member
  25. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(66): error C2059: syntax error: ')'
  26. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(74): error C2575: 'send': only member functions and bases can be virtual
  27. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(83): error C2575: 'receive': only member functions and bases can be virtual
  28. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(85): error C2059: syntax error: 'protected'
  29. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(160): error C2734: 'mailio::_port': 'const' object must be initialized if not 'extern'
  30. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(203): error C2504: 'dialog': base class undefined
  31. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  32. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C2143: syntax error: missing ',' before '&'
  33. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2059: syntax error: '}'
  34. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2143: syntax error: missing ';' before '}'
  35. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(43): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  36. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(43): error C2510: 'dialog': left of '::' must be a class/struct/union
  37. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(43): error C2086: 'boost::asio::io_context mailio::_ios': redefinition
  38. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/dialog.hpp(165): note: see declaration of 'mailio::_ios'
  39. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(46): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  40. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(46): error C2510: 'dialog': left of '::' must be a class/struct/union
  41. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(46): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  42. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(46): error C2143: syntax error: missing ',' before '&'
  43. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(46): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  44. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(46): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  45. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/dialog.hpp(35): note: see declaration of 'mailio::dialog'
  46. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(47): error C2065: 'hostname': undeclared identifier
  47. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(47): error C2065: 'port': undeclared identifier
  48. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(48): error C2065: 'timeout': undeclared identifier
  49. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(49): error C2550: 'mailio::dialog': constructor initializer lists are only allowed on constructor definitions
  50. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  51. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2510: 'dialog': left of '::' must be a class/struct/union
  52. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  53. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2143: syntax error: missing ',' before '&'
  54. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  55. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  56. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/dialog.hpp(35): note: see declaration of 'mailio::dialog'
  57. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2065: 'other': undeclared identifier
  58. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2672: 'move': no matching overloaded function found
  59. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2780: '_OutIt std::move(_InIt,_InIt,_OutIt)': expects 3 arguments - 1 provided
  60. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xutility(4664): note: see declaration of 'std::move'
  61. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2780: '_FwdIt2 std::move(_ExPo &&,_FwdIt1,_FwdIt1,_FwdIt2) noexcept': expects 4 arguments - 1 provided
  62. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xutility(4676): note: see declaration of 'std::move'
  63. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2065: 'other': undeclared identifier
  64. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2065: 'other': undeclared identifier
  65. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(67): error C2065: 'other': undeclared identifier
  66. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(68): error C2065: 'other': undeclared identifier
  67. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(68): error C2065: 'other': undeclared identifier
  68. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(68): error C2065: 'other': undeclared identifier
  69. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(68): error C2065: 'other': undeclared identifier
  70. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(69): error C2550: 'mailio::dialog': constructor initializer lists are only allowed on constructor definitions
  71. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(73): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  72. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(73): error C2510: 'dialog': left of '::' must be a class/struct/union
  73. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(74): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  74. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(83): warning C4508: 'mailio::{dtor}': function should return a value; 'void' return type assumed
  75. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(86): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  76. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(86): error C2510: 'dialog': left of '::' must be a class/struct/union
  77. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(86): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  78. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(86): error C2143: syntax error: missing ',' before '&'
  79. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(89): error C2065: 'line': undeclared identifier
  80. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(91): error C2065: 'line': undeclared identifier
  81. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(96): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  82. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(96): error C2510: 'dialog': left of '::' must be a class/struct/union
  83. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(96): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  84. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(96): error C2146: syntax error: missing ';' before identifier 'receive'
  85. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(97): error C2143: syntax error: missing ';' before '{'
  86. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(97): error C2447: '{': missing function header (old-style formal list?)
  87. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(106): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  88. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(106): error C2510: 'dialog': left of '::' must be a class/struct/union
  89. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(106): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  90. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(106): error C2988: unrecognizable template declaration/definition
  91. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(106): error C2143: syntax error: missing ',' before '&'
  92. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(121): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  93. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(121): error C2510: 'dialog': left of '::' must be a class/struct/union
  94. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(121): error C2061: syntax error: identifier 'receive_sync'
  95. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(122): error C2143: syntax error: missing ';' before '{'
  96. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(122): error C2447: '{': missing function header (old-style formal list?)
  97. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(139): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  98. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(139): error C2510: 'dialog': left of '::' must be a class/struct/union
  99. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(146): error C2065: 'error': undeclared identifier
  100. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(168): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  101. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(168): error C2510: 'dialog': left of '::' must be a class/struct/union
  102. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(168): error C2061: syntax error: identifier 'string'
  103. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(196): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  104. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(196): error C2510: 'dialog': left of '::' must be a class/struct/union
  105. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(196): error C2061: syntax error: identifier 'receive_async'
  106. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(197): error C2143: syntax error: missing ';' before '{'
  107. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(197): error C2447: '{': missing function header (old-style formal list?)
  108. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(231): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  109. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(231): error C2510: 'dialog': left of '::' must be a class/struct/union
  110. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(237): error C2065: 'ignored_ec': undeclared identifier
  111. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(240): error C2825: 'mailio::dialog': must be a class or namespace when followed by '::'
  112. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(240): error C2510: 'dialog': left of '::' must be a class/struct/union
  113. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(244): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  114. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(244): error C2988: unrecognizable template declaration/definition
  115. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(244): error C2143: syntax error: missing ',' before '&'
  116. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(244): error C2888: 'dialog_ssl::dialog_ssl(const int)': symbol cannot be defined within namespace 'mailio'
  117. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(245): error C2065: 'hostname': undeclared identifier
  118. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(245): error C2065: 'port': undeclared identifier
  119. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(245): error C2065: 'timeout': undeclared identifier
  120. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(245): error C2614: 'dialog_ssl': illegal member initialization: 'dialog' is not a base or member
  121. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(251): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  122. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(251): error C2988: unrecognizable template declaration/definition
  123. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(251): error C2143: syntax error: missing ',' before '&'
  124. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(251): error C2084: function 'dialog_ssl::dialog_ssl(const int)' already has a body
  125. ..\..\..\mailio\src\dialog.cpp(244): note: see previous definition of '{ctor}'
  126. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(251): error C2888: 'dialog_ssl::dialog_ssl(const int)': symbol cannot be defined within namespace 'mailio'
  127. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(251): error C2065: 'other': undeclared identifier
  128. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(252): error C2653: 'dialog': is not a class or namespace name
  129. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(251): error C2614: 'dialog_ssl': illegal member initialization: 'dialog' is not a base or member
  130. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(268): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  131. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(268): error C2988: unrecognizable template declaration/definition
  132. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(268): error C2143: syntax error: missing ',' before '&'
  133. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(269): error C2511: 'void dialog_ssl::send(const int)': overloaded member function not found in 'dialog_ssl'
  134. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/dialog.hpp(202): note: see declaration of 'dialog_ssl'
  135. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(269): error C2888: 'void dialog_ssl::send(const int)': symbol cannot be defined within namespace 'mailio'
  136. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\src\dialog.cpp(269): fatal error C1003: error count exceeds 100; stopping compilation
  137. [2/25] Building CXX object mailio\examples\CMakeFiles\imap_remove_msg.dir\imap_remove_msg.cpp.obj
  138. FAILED: mailio/examples/CMakeFiles/imap_remove_msg.dir/imap_remove_msg.cpp.obj
  139. C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -Imailio -I..\..\..\mailio\include -IC:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++17 /showIncludes /Fomailio\examples\CMakeFiles\imap_remove_msg.dir\imap_remove_msg.cpp.obj /Fdmailio\examples\CMakeFiles\imap_remove_msg.dir\ /FS -c ..\..\..\mailio\examples\imap_remove_msg.cpp
  140. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  141. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  142. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  143. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  144. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): error C2079: 'dialog' uses undefined class 'mailio::MAILIO_EXPORT'
  145. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(37): error C2059: syntax error: 'public'
  146. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  147. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2143: syntax error: missing ',' before '&'
  148. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  149. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  150. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  151. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2588: '::~dialog': illegal global destructor
  152. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2575: 'dialog': only member functions and bases can be virtual
  153. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  154. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  155. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  156. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(62): error C2059: syntax error: ')'
  157. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  158. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2143: syntax error: missing ',' before '&'
  159. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2801: 'mailio::operator =' must be a non-static member
  160. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(66): error C2059: syntax error: ')'
  161. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(74): error C2575: 'send': only member functions and bases can be virtual
  162. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(83): error C2575: 'receive': only member functions and bases can be virtual
  163. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(85): error C2059: syntax error: 'protected'
  164. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(160): error C2734: 'mailio::_port': 'const' object must be initialized if not 'extern'
  165. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(203): error C2504: 'dialog': base class undefined
  166. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  167. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C2143: syntax error: missing ',' before '&'
  168. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2059: syntax error: '}'
  169. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2143: syntax error: missing ';' before '}'
  170. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2143: syntax error: missing ';' before '{'
  171. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2447: '{': missing function header (old-style formal list?)
  172. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  173. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/filetime_functions.hpp(28): note: see declaration of 'boost::date_time'
  174. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2065: 'time_zone_base': undeclared identifier
  175. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2275: 'utc_time_': illegal use of this type as an expression
  176. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2976: 'boost::local_time::local_date_time_base': too few template arguments
  177. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  178. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2641: cannot deduce template arguments for 'boost::local_time::local_date_time_base'
  179. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  180. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  181. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  182. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  183. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  184. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  185. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  186. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(33): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  187. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  188. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Conversion requires a second user-defined-conversion operator or constructor
  189. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  190. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  191. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  192. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  193. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  194. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  195. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  196. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  197. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(43): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  198. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  199. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Conversion requires a second user-defined-conversion operator or constructor
  200. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  201. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  202. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  203. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  204. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  205. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  206. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  207. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  208. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(54): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  209. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  210. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Conversion requires a second user-defined-conversion operator or constructor
  211. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  212. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  213. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  214. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  215. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  216. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  217. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  218. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  219. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(65): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  220. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  221. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Conversion requires a second user-defined-conversion operator or constructor
  222. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  223. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  224. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  225. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  226. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  227. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  228. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  229. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  230. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(77): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  231. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  232. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Conversion requires a second user-defined-conversion operator or constructor
  233. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  234. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  235. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  236. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  237. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  238. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  239. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  240. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  241. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(87): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  242. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  243. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Conversion requires a second user-defined-conversion operator or constructor
  244. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  245. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  246. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  247. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  248. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  249. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  250. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  251. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  252. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(98): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  253. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  254. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Conversion requires a second user-defined-conversion operator or constructor
  255. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  256. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  257. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  258. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  259. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  260. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  261. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  262. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  263. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(109): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  264. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  265. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Conversion requires a second user-defined-conversion operator or constructor
  266. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  267. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  268. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  269. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2143: syntax error: missing ';' before '<'
  270. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  271. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(29): error C2143: syntax error: missing ',' before '<'
  272. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/custom_time_zone.hpp(160): note: see reference to class template instantiation 'boost::local_time::custom_time_zone_base<CharT>' being compiled
  273. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2143: syntax error: missing ';' before '<'
  274. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  275. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2238: unexpected token(s) preceding ';'
  276. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C2653: 'base_type': is not a class or namespace name
  277. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C3646: 'string_type': unknown override specifier
  278. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  279. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C2653: 'base_type': is not a class or namespace name
  280. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C3646: 'stringstream_type': unknown override specifier
  281. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  282. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(23): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'point_rep', expected a real type
  283. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(26): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  284. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(28): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  285. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(29): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  286. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  287. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  288. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2143: syntax error: missing ';' before '<'
  289. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  290. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  291. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  292. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2059: syntax error: '<'
  293. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2065: 'time_zone': undeclared identifier
  294. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2923: 'boost::shared_ptr': 'time_zone' is not a valid template type argument for parameter 'T'
  295. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  296. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2065: 'wtime_zone': undeclared identifier
  297. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2923: 'boost::shared_ptr': 'wtime_zone' is not a valid template type argument for parameter 'T'
  298. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  299. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  300. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  301. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2059: syntax error: '<'
  302. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2516: 'boost::local_time::time_zone_base': is not a legal base class
  303. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_time_types.hpp(31): note: see declaration of 'boost::local_time::time_zone_base'
  304. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/posix_time_zone.hpp(468): note: see reference to class template instantiation 'boost::local_time::posix_time_zone_base<CharT>' being compiled
  305. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2143: syntax error: missing ',' before '<'
  306. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2059: syntax error: '<'
  307. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2238: unexpected token(s) preceding ';'
  308. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C2653: 'base_type': is not a class or namespace name
  309. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C3646: 'string_type': unknown override specifier
  310. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  311. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C2653: 'base_type': is not a class or namespace name
  312. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C3646: 'stringstream_type': unknown override specifier
  313. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  314. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2825: 'boost::local_time::posix_time_zone_base<CharT>::string_type': must be a class or namespace when followed by '::'
  315. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2510: 'string_type': left of '::' must be a class/struct/union
  316. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): fatal error C1003: error count exceeds 100; stopping compilation
  317. [3/25] Building CXX object mailio\CMakeFiles\mailio.dir\src\pop3.cpp.obj
  318. FAILED: mailio/CMakeFiles/mailio.dir/src/pop3.cpp.obj
  319. C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -Dmailio_EXPORTS -Imailio -I..\..\..\mailio\include -IC:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++17 /showIncludes /Fomailio\CMakeFiles\mailio.dir\src\pop3.cpp.obj /Fdmailio\CMakeFiles\mailio.dir\ /FS -c ..\..\..\mailio\src\pop3.cpp
  320. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  321. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  322. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  323. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  324. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): error C2079: 'dialog' uses undefined class 'mailio::MAILIO_EXPORT'
  325. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(37): error C2059: syntax error: 'public'
  326. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  327. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2143: syntax error: missing ',' before '&'
  328. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  329. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  330. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  331. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2588: '::~dialog': illegal global destructor
  332. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2575: 'dialog': only member functions and bases can be virtual
  333. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  334. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  335. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  336. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(62): error C2059: syntax error: ')'
  337. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  338. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2143: syntax error: missing ',' before '&'
  339. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2801: 'mailio::operator =' must be a non-static member
  340. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(66): error C2059: syntax error: ')'
  341. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(74): error C2575: 'send': only member functions and bases can be virtual
  342. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(83): error C2575: 'receive': only member functions and bases can be virtual
  343. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(85): error C2059: syntax error: 'protected'
  344. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(160): error C2734: 'mailio::_port': 'const' object must be initialized if not 'extern'
  345. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(203): error C2504: 'dialog': base class undefined
  346. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  347. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C2143: syntax error: missing ',' before '&'
  348. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2059: syntax error: '}'
  349. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2143: syntax error: missing ';' before '}'
  350. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2143: syntax error: missing ';' before '{'
  351. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2447: '{': missing function header (old-style formal list?)
  352. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  353. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/filetime_functions.hpp(28): note: see declaration of 'boost::date_time'
  354. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2065: 'time_zone_base': undeclared identifier
  355. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2275: 'utc_time_': illegal use of this type as an expression
  356. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2976: 'boost::local_time::local_date_time_base': too few template arguments
  357. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  358. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2641: cannot deduce template arguments for 'boost::local_time::local_date_time_base'
  359. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  360. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  361. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  362. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  363. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  364. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  365. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  366. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(33): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  367. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  368. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Conversion requires a second user-defined-conversion operator or constructor
  369. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  370. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  371. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  372. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  373. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  374. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  375. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  376. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  377. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(43): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  378. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  379. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Conversion requires a second user-defined-conversion operator or constructor
  380. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  381. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  382. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  383. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  384. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  385. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  386. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  387. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  388. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(54): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  389. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  390. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Conversion requires a second user-defined-conversion operator or constructor
  391. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  392. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  393. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  394. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  395. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  396. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  397. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  398. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  399. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(65): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  400. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  401. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Conversion requires a second user-defined-conversion operator or constructor
  402. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  403. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  404. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  405. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  406. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  407. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  408. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  409. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  410. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(77): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  411. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  412. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Conversion requires a second user-defined-conversion operator or constructor
  413. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  414. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  415. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  416. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  417. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  418. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  419. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  420. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  421. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(87): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  422. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  423. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Conversion requires a second user-defined-conversion operator or constructor
  424. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  425. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  426. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  427. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  428. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  429. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  430. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  431. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  432. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(98): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  433. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  434. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Conversion requires a second user-defined-conversion operator or constructor
  435. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  436. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  437. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  438. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  439. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  440. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  441. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  442. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  443. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(109): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  444. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  445. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Conversion requires a second user-defined-conversion operator or constructor
  446. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  447. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  448. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  449. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2143: syntax error: missing ';' before '<'
  450. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  451. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(29): error C2143: syntax error: missing ',' before '<'
  452. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/custom_time_zone.hpp(160): note: see reference to class template instantiation 'boost::local_time::custom_time_zone_base<CharT>' being compiled
  453. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2143: syntax error: missing ';' before '<'
  454. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  455. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2238: unexpected token(s) preceding ';'
  456. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C2653: 'base_type': is not a class or namespace name
  457. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C3646: 'string_type': unknown override specifier
  458. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  459. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C2653: 'base_type': is not a class or namespace name
  460. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C3646: 'stringstream_type': unknown override specifier
  461. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  462. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(23): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'point_rep', expected a real type
  463. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(26): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  464. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(28): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  465. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(29): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  466. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  467. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  468. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2143: syntax error: missing ';' before '<'
  469. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  470. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  471. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  472. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2059: syntax error: '<'
  473. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2065: 'time_zone': undeclared identifier
  474. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2923: 'boost::shared_ptr': 'time_zone' is not a valid template type argument for parameter 'T'
  475. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  476. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2065: 'wtime_zone': undeclared identifier
  477. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2923: 'boost::shared_ptr': 'wtime_zone' is not a valid template type argument for parameter 'T'
  478. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  479. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  480. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  481. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2059: syntax error: '<'
  482. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2516: 'boost::local_time::time_zone_base': is not a legal base class
  483. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_time_types.hpp(31): note: see declaration of 'boost::local_time::time_zone_base'
  484. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/posix_time_zone.hpp(468): note: see reference to class template instantiation 'boost::local_time::posix_time_zone_base<CharT>' being compiled
  485. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2143: syntax error: missing ',' before '<'
  486. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2059: syntax error: '<'
  487. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2238: unexpected token(s) preceding ';'
  488. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C2653: 'base_type': is not a class or namespace name
  489. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C3646: 'string_type': unknown override specifier
  490. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  491. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C2653: 'base_type': is not a class or namespace name
  492. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C3646: 'stringstream_type': unknown override specifier
  493. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  494. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2825: 'boost::local_time::posix_time_zone_base<CharT>::string_type': must be a class or namespace when followed by '::'
  495. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2510: 'string_type': left of '::' must be a class/struct/union
  496. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): fatal error C1003: error count exceeds 100; stopping compilation
  497. [4/25] Building CXX object mailio\examples\CMakeFiles\imaps_search.dir\imaps_search.cpp.obj
  498. FAILED: mailio/examples/CMakeFiles/imaps_search.dir/imaps_search.cpp.obj
  499. C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -Imailio -I..\..\..\mailio\include -IC:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++17 /showIncludes /Fomailio\examples\CMakeFiles\imaps_search.dir\imaps_search.cpp.obj /Fdmailio\examples\CMakeFiles\imaps_search.dir\ /FS -c ..\..\..\mailio\examples\imaps_search.cpp
  500. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  501. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  502. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  503. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  504. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): error C2079: 'dialog' uses undefined class 'mailio::MAILIO_EXPORT'
  505. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(37): error C2059: syntax error: 'public'
  506. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  507. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2143: syntax error: missing ',' before '&'
  508. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  509. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  510. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  511. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2588: '::~dialog': illegal global destructor
  512. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2575: 'dialog': only member functions and bases can be virtual
  513. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  514. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  515. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  516. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(62): error C2059: syntax error: ')'
  517. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  518. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2143: syntax error: missing ',' before '&'
  519. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2801: 'mailio::operator =' must be a non-static member
  520. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(66): error C2059: syntax error: ')'
  521. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(74): error C2575: 'send': only member functions and bases can be virtual
  522. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(83): error C2575: 'receive': only member functions and bases can be virtual
  523. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(85): error C2059: syntax error: 'protected'
  524. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(160): error C2734: 'mailio::_port': 'const' object must be initialized if not 'extern'
  525. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(203): error C2504: 'dialog': base class undefined
  526. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  527. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C2143: syntax error: missing ',' before '&'
  528. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2059: syntax error: '}'
  529. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2143: syntax error: missing ';' before '}'
  530. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2143: syntax error: missing ';' before '{'
  531. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2447: '{': missing function header (old-style formal list?)
  532. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  533. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/filetime_functions.hpp(28): note: see declaration of 'boost::date_time'
  534. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2065: 'time_zone_base': undeclared identifier
  535. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2275: 'utc_time_': illegal use of this type as an expression
  536. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2976: 'boost::local_time::local_date_time_base': too few template arguments
  537. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  538. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2641: cannot deduce template arguments for 'boost::local_time::local_date_time_base'
  539. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  540. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  541. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  542. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  543. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  544. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  545. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  546. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(33): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  547. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  548. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Conversion requires a second user-defined-conversion operator or constructor
  549. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  550. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  551. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  552. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  553. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  554. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  555. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  556. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  557. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(43): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  558. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  559. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Conversion requires a second user-defined-conversion operator or constructor
  560. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  561. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  562. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  563. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  564. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  565. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  566. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  567. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  568. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(54): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  569. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  570. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Conversion requires a second user-defined-conversion operator or constructor
  571. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  572. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  573. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  574. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  575. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  576. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  577. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  578. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  579. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(65): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  580. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  581. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Conversion requires a second user-defined-conversion operator or constructor
  582. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  583. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  584. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  585. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  586. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  587. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  588. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  589. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  590. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(77): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  591. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  592. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Conversion requires a second user-defined-conversion operator or constructor
  593. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  594. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  595. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  596. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  597. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  598. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  599. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  600. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  601. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(87): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  602. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  603. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Conversion requires a second user-defined-conversion operator or constructor
  604. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  605. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  606. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  607. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  608. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  609. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  610. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  611. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  612. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(98): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  613. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  614. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Conversion requires a second user-defined-conversion operator or constructor
  615. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  616. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  617. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  618. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  619. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  620. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  621. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  622. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  623. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(109): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  624. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  625. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Conversion requires a second user-defined-conversion operator or constructor
  626. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  627. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  628. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  629. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2143: syntax error: missing ';' before '<'
  630. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  631. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(29): error C2143: syntax error: missing ',' before '<'
  632. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/custom_time_zone.hpp(160): note: see reference to class template instantiation 'boost::local_time::custom_time_zone_base<CharT>' being compiled
  633. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2143: syntax error: missing ';' before '<'
  634. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  635. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2238: unexpected token(s) preceding ';'
  636. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C2653: 'base_type': is not a class or namespace name
  637. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C3646: 'string_type': unknown override specifier
  638. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  639. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C2653: 'base_type': is not a class or namespace name
  640. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C3646: 'stringstream_type': unknown override specifier
  641. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  642. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(23): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'point_rep', expected a real type
  643. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(26): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  644. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(28): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  645. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(29): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  646. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  647. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  648. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2143: syntax error: missing ';' before '<'
  649. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  650. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  651. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  652. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2059: syntax error: '<'
  653. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2065: 'time_zone': undeclared identifier
  654. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2923: 'boost::shared_ptr': 'time_zone' is not a valid template type argument for parameter 'T'
  655. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  656. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2065: 'wtime_zone': undeclared identifier
  657. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2923: 'boost::shared_ptr': 'wtime_zone' is not a valid template type argument for parameter 'T'
  658. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  659. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  660. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  661. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2059: syntax error: '<'
  662. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2516: 'boost::local_time::time_zone_base': is not a legal base class
  663. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_time_types.hpp(31): note: see declaration of 'boost::local_time::time_zone_base'
  664. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/posix_time_zone.hpp(468): note: see reference to class template instantiation 'boost::local_time::posix_time_zone_base<CharT>' being compiled
  665. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2143: syntax error: missing ',' before '<'
  666. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2059: syntax error: '<'
  667. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2238: unexpected token(s) preceding ';'
  668. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C2653: 'base_type': is not a class or namespace name
  669. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C3646: 'string_type': unknown override specifier
  670. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  671. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C2653: 'base_type': is not a class or namespace name
  672. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C3646: 'stringstream_type': unknown override specifier
  673. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  674. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2825: 'boost::local_time::posix_time_zone_base<CharT>::string_type': must be a class or namespace when followed by '::'
  675. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2510: 'string_type': left of '::' must be a class/struct/union
  676. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): fatal error C1003: error count exceeds 100; stopping compilation
  677. [5/25] Building CXX object mailio\examples\CMakeFiles\imaps_stat.dir\imaps_stat.cpp.obj
  678. FAILED: mailio/examples/CMakeFiles/imaps_stat.dir/imaps_stat.cpp.obj
  679. C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -Imailio -I..\..\..\mailio\include -IC:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++17 /showIncludes /Fomailio\examples\CMakeFiles\imaps_stat.dir\imaps_stat.cpp.obj /Fdmailio\examples\CMakeFiles\imaps_stat.dir\ /FS -c ..\..\..\mailio\examples\imaps_stat.cpp
  680. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  681. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  682. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  683. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  684. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): error C2079: 'dialog' uses undefined class 'mailio::MAILIO_EXPORT'
  685. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(37): error C2059: syntax error: 'public'
  686. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  687. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2143: syntax error: missing ',' before '&'
  688. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  689. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  690. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  691. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2588: '::~dialog': illegal global destructor
  692. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2575: 'dialog': only member functions and bases can be virtual
  693. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  694. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  695. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  696. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(62): error C2059: syntax error: ')'
  697. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  698. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2143: syntax error: missing ',' before '&'
  699. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2801: 'mailio::operator =' must be a non-static member
  700. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(66): error C2059: syntax error: ')'
  701. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(74): error C2575: 'send': only member functions and bases can be virtual
  702. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(83): error C2575: 'receive': only member functions and bases can be virtual
  703. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(85): error C2059: syntax error: 'protected'
  704. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(160): error C2734: 'mailio::_port': 'const' object must be initialized if not 'extern'
  705. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(203): error C2504: 'dialog': base class undefined
  706. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  707. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C2143: syntax error: missing ',' before '&'
  708. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2059: syntax error: '}'
  709. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2143: syntax error: missing ';' before '}'
  710. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2143: syntax error: missing ';' before '{'
  711. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2447: '{': missing function header (old-style formal list?)
  712. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  713. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/filetime_functions.hpp(28): note: see declaration of 'boost::date_time'
  714. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2065: 'time_zone_base': undeclared identifier
  715. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2275: 'utc_time_': illegal use of this type as an expression
  716. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2976: 'boost::local_time::local_date_time_base': too few template arguments
  717. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  718. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2641: cannot deduce template arguments for 'boost::local_time::local_date_time_base'
  719. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  720. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  721. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  722. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  723. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  724. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  725. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  726. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(33): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  727. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  728. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Conversion requires a second user-defined-conversion operator or constructor
  729. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  730. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  731. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  732. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  733. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  734. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  735. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  736. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  737. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(43): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  738. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  739. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Conversion requires a second user-defined-conversion operator or constructor
  740. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  741. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  742. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  743. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  744. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  745. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  746. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  747. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  748. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(54): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  749. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  750. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Conversion requires a second user-defined-conversion operator or constructor
  751. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  752. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  753. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  754. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  755. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  756. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  757. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  758. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  759. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(65): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  760. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  761. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Conversion requires a second user-defined-conversion operator or constructor
  762. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  763. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  764. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  765. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  766. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  767. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  768. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  769. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  770. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(77): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  771. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  772. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Conversion requires a second user-defined-conversion operator or constructor
  773. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  774. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  775. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  776. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  777. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  778. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  779. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  780. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  781. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(87): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  782. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  783. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Conversion requires a second user-defined-conversion operator or constructor
  784. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  785. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  786. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  787. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  788. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  789. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  790. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  791. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  792. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(98): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  793. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  794. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Conversion requires a second user-defined-conversion operator or constructor
  795. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  796. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  797. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  798. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  799. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  800. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  801. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  802. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  803. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(109): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  804. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  805. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Conversion requires a second user-defined-conversion operator or constructor
  806. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  807. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  808. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  809. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2143: syntax error: missing ';' before '<'
  810. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  811. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(29): error C2143: syntax error: missing ',' before '<'
  812. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/custom_time_zone.hpp(160): note: see reference to class template instantiation 'boost::local_time::custom_time_zone_base<CharT>' being compiled
  813. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2143: syntax error: missing ';' before '<'
  814. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  815. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2238: unexpected token(s) preceding ';'
  816. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C2653: 'base_type': is not a class or namespace name
  817. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C3646: 'string_type': unknown override specifier
  818. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  819. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C2653: 'base_type': is not a class or namespace name
  820. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C3646: 'stringstream_type': unknown override specifier
  821. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  822. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(23): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'point_rep', expected a real type
  823. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(26): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  824. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(28): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  825. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(29): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  826. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  827. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  828. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2143: syntax error: missing ';' before '<'
  829. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  830. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  831. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  832. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2059: syntax error: '<'
  833. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2065: 'time_zone': undeclared identifier
  834. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2923: 'boost::shared_ptr': 'time_zone' is not a valid template type argument for parameter 'T'
  835. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  836. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2065: 'wtime_zone': undeclared identifier
  837. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2923: 'boost::shared_ptr': 'wtime_zone' is not a valid template type argument for parameter 'T'
  838. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  839. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  840. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  841. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2059: syntax error: '<'
  842. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2516: 'boost::local_time::time_zone_base': is not a legal base class
  843. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_time_types.hpp(31): note: see declaration of 'boost::local_time::time_zone_base'
  844. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/posix_time_zone.hpp(468): note: see reference to class template instantiation 'boost::local_time::posix_time_zone_base<CharT>' being compiled
  845. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2143: syntax error: missing ',' before '<'
  846. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2059: syntax error: '<'
  847. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2238: unexpected token(s) preceding ';'
  848. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C2653: 'base_type': is not a class or namespace name
  849. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C3646: 'string_type': unknown override specifier
  850. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  851. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C2653: 'base_type': is not a class or namespace name
  852. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C3646: 'stringstream_type': unknown override specifier
  853. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  854. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2825: 'boost::local_time::posix_time_zone_base<CharT>::string_type': must be a class or namespace when followed by '::'
  855. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2510: 'string_type': left of '::' must be a class/struct/union
  856. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): fatal error C1003: error count exceeds 100; stopping compilation
  857. [6/25] Building CXX object CMakeFiles\ConsulatProj.dir\ConsulatProj.cpp.obj
  858. FAILED: CMakeFiles/ConsulatProj.dir/ConsulatProj.cpp.obj
  859. C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -IC:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\ConsulatProj.dir\ConsulatProj.cpp.obj /FdCMakeFiles\ConsulatProj.dir\ /FS -c ..\..\..\ConsulatProj.cpp
  860. The contents of <optional> are available only with C++17 or later.
  861. The contents of <variant> are available only with C++17 or later.
  862. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  863. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  864. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  865. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  866. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): error C2079: 'dialog' uses undefined class 'mailio::MAILIO_EXPORT'
  867. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(37): error C2059: syntax error: 'public'
  868. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  869. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2143: syntax error: missing ',' before '&'
  870. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  871. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  872. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  873. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2588: '::~dialog': illegal global destructor
  874. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2575: 'dialog': only member functions and bases can be virtual
  875. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  876. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  877. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  878. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(62): error C2059: syntax error: ')'
  879. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  880. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2143: syntax error: missing ',' before '&'
  881. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2801: 'mailio::operator =' must be a non-static member
  882. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(66): error C2059: syntax error: ')'
  883. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(74): error C2575: 'send': only member functions and bases can be virtual
  884. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(83): error C2575: 'receive': only member functions and bases can be virtual
  885. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(85): error C2059: syntax error: 'protected'
  886. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(160): error C2734: 'mailio::_port': 'const' object must be initialized if not 'extern'
  887. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(203): error C2504: 'dialog': base class undefined
  888. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  889. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C2143: syntax error: missing ',' before '&'
  890. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2059: syntax error: '}'
  891. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2143: syntax error: missing ';' before '}'
  892. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2143: syntax error: missing ';' before '{'
  893. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2447: '{': missing function header (old-style formal list?)
  894. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  895. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/filetime_functions.hpp(28): note: see declaration of 'boost::date_time'
  896. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2065: 'time_zone_base': undeclared identifier
  897. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2275: 'utc_time_': illegal use of this type as an expression
  898. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2976: 'boost::local_time::local_date_time_base': too few template arguments
  899. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  900. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  901. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(33): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  902. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  903. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Conversion requires a second user-defined-conversion operator or constructor
  904. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  905. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  906. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(43): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  907. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  908. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Conversion requires a second user-defined-conversion operator or constructor
  909. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  910. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  911. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(54): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  912. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  913. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Conversion requires a second user-defined-conversion operator or constructor
  914. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  915. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  916. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(65): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  917. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  918. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Conversion requires a second user-defined-conversion operator or constructor
  919. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  920. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  921. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(77): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  922. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  923. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Conversion requires a second user-defined-conversion operator or constructor
  924. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  925. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  926. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(87): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  927. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  928. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Conversion requires a second user-defined-conversion operator or constructor
  929. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  930. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  931. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(98): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  932. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  933. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Conversion requires a second user-defined-conversion operator or constructor
  934. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  935. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  936. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(109): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  937. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  938. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Conversion requires a second user-defined-conversion operator or constructor
  939. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  940. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  941. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  942. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2143: syntax error: missing ';' before '<'
  943. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  944. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(29): error C2143: syntax error: missing ',' before '<'
  945. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/custom_time_zone.hpp(160): note: see reference to class template instantiation 'boost::local_time::custom_time_zone_base<CharT>' being compiled
  946. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2143: syntax error: missing ';' before '<'
  947. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  948. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2238: unexpected token(s) preceding ';'
  949. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C2653: 'base_type': is not a class or namespace name
  950. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C3646: 'string_type': unknown override specifier
  951. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  952. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C2653: 'base_type': is not a class or namespace name
  953. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C3646: 'stringstream_type': unknown override specifier
  954. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  955. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(23): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'point_rep', expected a real type
  956. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(26): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  957. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(28): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  958. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(29): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  959. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  960. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  961. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2143: syntax error: missing ';' before '<'
  962. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  963. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  964. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  965. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2059: syntax error: '<'
  966. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2065: 'time_zone': undeclared identifier
  967. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2923: 'boost::shared_ptr': 'time_zone' is not a valid template type argument for parameter 'T'
  968. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2065: 'wtime_zone': undeclared identifier
  969. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2923: 'boost::shared_ptr': 'wtime_zone' is not a valid template type argument for parameter 'T'
  970. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  971. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  972. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2059: syntax error: '<'
  973. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2516: 'boost::local_time::time_zone_base': is not a legal base class
  974. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_time_types.hpp(31): note: see declaration of 'boost::local_time::time_zone_base'
  975. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/posix_time_zone.hpp(468): note: see reference to class template instantiation 'boost::local_time::posix_time_zone_base<CharT>' being compiled
  976. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2143: syntax error: missing ',' before '<'
  977. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2059: syntax error: '<'
  978. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2238: unexpected token(s) preceding ';'
  979. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C2653: 'base_type': is not a class or namespace name
  980. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C3646: 'string_type': unknown override specifier
  981. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  982. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C2653: 'base_type': is not a class or namespace name
  983. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C3646: 'stringstream_type': unknown override specifier
  984. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  985. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2825: 'boost::local_time::posix_time_zone_base<CharT>::string_type': must be a class or namespace when followed by '::'
  986. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2510: 'string_type': left of '::' must be a class/struct/union
  987. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2146: syntax error: missing '>' before identifier 'const_iterator'
  988. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(82): error C2062: type 'unknown-type' unexpected
  989. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(82): error C2238: unexpected token(s) preceding ';'
  990. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(83): error C2653: 'tokenizer_type': is not a class or namespace name
  991. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(83): error C3646: 'tokenizer_iterator_type': unknown override specifier
  992. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(83): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  993. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\conversion.hpp(22): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::local_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  994. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/conversion.hpp(22): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  995. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/conversion.hpp(22): note: Conversion requires a second user-defined-conversion operator or constructor
  996. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(267): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::local_time'
  997. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\conversion.hpp(23): error C2662: 'bool boost::local_time::local_date_time_base<utc_time_,tz_type>::is_dst(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  998. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/conversion.hpp(23): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  999. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/conversion.hpp(23): note: Conversion requires a second user-defined-conversion operator or constructor
  1000. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(233): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::is_dst'
  1001. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_io.hpp(27): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  1002. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_io.hpp(28): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  1003. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_io.hpp(30): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1004. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1005. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_io.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1006. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1007. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\tz_db_base.hpp(164): error C2143: syntax error: missing ';' before '<'
  1008. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(393): note: see reference to class template instantiation 'boost::date_time::tz_db_base<time_zone_type,rule_type>' being compiled
  1009. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\tz_db_base.hpp(164): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1010. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\tz_db_base.hpp(164): error C2238: unexpected token(s) preceding ';'
  1011. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(18): fatal error C1083: Cannot open include file: 'export.hpp': No such file or directory
  1012. [7/25] Building CXX object mailio\CMakeFiles\mailio.dir\src\imap.cpp.obj
  1013. FAILED: mailio/CMakeFiles/mailio.dir/src/imap.cpp.obj
  1014. C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -Dmailio_EXPORTS -Imailio -I..\..\..\mailio\include -IC:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++17 /showIncludes /Fomailio\CMakeFiles\mailio.dir\src\imap.cpp.obj /Fdmailio\CMakeFiles\mailio.dir\ /FS -c ..\..\..\mailio\src\imap.cpp
  1015. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  1016. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  1017. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  1018. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  1019. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): error C2079: 'dialog' uses undefined class 'mailio::MAILIO_EXPORT'
  1020. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(37): error C2059: syntax error: 'public'
  1021. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1022. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2143: syntax error: missing ',' before '&'
  1023. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1024. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(55): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  1025. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  1026. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2588: '::~dialog': illegal global destructor
  1027. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2575: 'dialog': only member functions and bases can be virtual
  1028. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1029. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(60): error C2365: 'mailio::dialog': redefinition; previous definition was 'data variable'
  1030. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(35): note: see declaration of 'mailio::dialog'
  1031. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(62): error C2059: syntax error: ')'
  1032. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1033. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2143: syntax error: missing ',' before '&'
  1034. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(64): error C2801: 'mailio::operator =' must be a non-static member
  1035. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(66): error C2059: syntax error: ')'
  1036. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(74): error C2575: 'send': only member functions and bases can be virtual
  1037. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(83): error C2575: 'receive': only member functions and bases can be virtual
  1038. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(85): error C2059: syntax error: 'protected'
  1039. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(160): error C2734: 'mailio::_port': 'const' object must be initialized if not 'extern'
  1040. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(203): error C2504: 'dialog': base class undefined
  1041. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1042. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(219): error C2143: syntax error: missing ',' before '&'
  1043. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2059: syntax error: '}'
  1044. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(300): error C2143: syntax error: missing ';' before '}'
  1045. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2143: syntax error: missing ';' before '{'
  1046. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\time_zone_base.hpp(16): error C2447: '{': missing function header (old-style formal list?)
  1047. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  1048. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/filetime_functions.hpp(28): note: see declaration of 'boost::date_time'
  1049. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2065: 'time_zone_base': undeclared identifier
  1050. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(64): error C2275: 'utc_time_': illegal use of this type as an expression
  1051. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2976: 'boost::local_time::local_date_time_base': too few template arguments
  1052. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1053. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_date_time.hpp(524): error C2641: cannot deduce template arguments for 'boost::local_time::local_date_time_base'
  1054. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1055. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1056. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(31): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1057. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1058. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1059. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1060. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(32): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  1061. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(33): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1062. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1063. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(33): note: Conversion requires a second user-defined-conversion operator or constructor
  1064. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1065. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1066. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1067. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(41): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1068. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1069. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1070. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1071. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(42): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  1072. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(43): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1073. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1074. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(43): note: Conversion requires a second user-defined-conversion operator or constructor
  1075. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1076. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1077. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1078. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(51): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1079. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1080. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1081. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1082. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(52): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  1083. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(54): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1084. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1085. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(54): note: Conversion requires a second user-defined-conversion operator or constructor
  1086. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1087. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1088. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1089. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(62): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1090. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1091. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1092. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1093. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(63): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  1094. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(65): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1095. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1096. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(65): note: Conversion requires a second user-defined-conversion operator or constructor
  1097. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1098. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1099. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1100. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(75): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1101. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1102. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1103. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1104. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(76): error C2079: 'boost::local_time::operator +' uses undefined class 'boost::local_time::local_date_time_base'
  1105. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(77): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1106. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1107. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(77): note: Conversion requires a second user-defined-conversion operator or constructor
  1108. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1109. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1110. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1111. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(85): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1112. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1113. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1114. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1115. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(86): error C2079: 'boost::local_time::operator +=' uses undefined class 'boost::local_time::local_date_time_base'
  1116. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(87): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1117. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1118. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(87): note: Conversion requires a second user-defined-conversion operator or constructor
  1119. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1120. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1121. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1122. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(95): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1123. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1124. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1125. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1126. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(96): error C2079: 'boost::local_time::operator -' uses undefined class 'boost::local_time::local_date_time_base'
  1127. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(98): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1128. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Reason: cannot convert from 'const boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1129. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(98): note: Conversion requires a second user-defined-conversion operator or constructor
  1130. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1131. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1132. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1133. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(106): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1134. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1135. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2955: 'boost::local_time::local_date_time_base': use of class template requires template argument list
  1136. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(65): note: see declaration of 'boost::local_time::local_date_time_base'
  1137. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(107): error C2079: 'boost::local_time::operator -=' uses undefined class 'boost::local_time::local_date_time_base'
  1138. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\date_duration_operators.hpp(109): error C2662: 'utc_time_ boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time(void) const': cannot convert 'this' pointer from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type> &'
  1139. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Reason: cannot convert from 'boost::local_time::local_date_time' to 'const boost::local_time::local_date_time_base<utc_time_,tz_type>'
  1140. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/date_duration_operators.hpp(109): note: Conversion requires a second user-defined-conversion operator or constructor
  1141. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_date_time.hpp(262): note: see declaration of 'boost::local_time::local_date_time_base<utc_time_,tz_type>::utc_time'
  1142. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  1143. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  1144. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C2143: syntax error: missing ';' before '<'
  1145. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(23): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1146. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(29): error C2143: syntax error: missing ',' before '<'
  1147. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/custom_time_zone.hpp(160): note: see reference to class template instantiation 'boost::local_time::custom_time_zone_base<CharT>' being compiled
  1148. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2143: syntax error: missing ';' before '<'
  1149. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1150. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(32): error C2238: unexpected token(s) preceding ';'
  1151. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C2653: 'base_type': is not a class or namespace name
  1152. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C3646: 'string_type': unknown override specifier
  1153. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1154. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C2653: 'base_type': is not a class or namespace name
  1155. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C3646: 'stringstream_type': unknown override specifier
  1156. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\custom_time_zone.hpp(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1157. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(23): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'point_rep', expected a real type
  1158. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(26): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  1159. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(28): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  1160. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(29): error C3203: 'local_date_time_base': unspecialized class template can't be used as a template argument for template parameter 'time_type', expected a real type
  1161. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  1162. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  1163. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C2143: syntax error: missing ';' before '<'
  1164. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(31): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1165. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2039: 'time_zone_base': is not a member of 'boost::date_time'
  1166. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  1167. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(32): error C2059: syntax error: '<'
  1168. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2065: 'time_zone': undeclared identifier
  1169. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2923: 'boost::shared_ptr': 'time_zone' is not a valid template type argument for parameter 'T'
  1170. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(35): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  1171. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2065: 'wtime_zone': undeclared identifier
  1172. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2923: 'boost::shared_ptr': 'wtime_zone' is not a valid template type argument for parameter 'T'
  1173. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\local_time_types.hpp(36): error C2641: cannot deduce template arguments for 'boost::shared_ptr'
  1174. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2039: 'dst_adjustment_offsets': is not a member of 'boost::date_time'
  1175. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/dst_transition_generators.hpp(13): note: see declaration of 'boost::date_time'
  1176. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(41): error C2059: syntax error: '<'
  1177. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2516: 'boost::local_time::time_zone_base': is not a legal base class
  1178. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/local_time_types.hpp(31): note: see declaration of 'boost::local_time::time_zone_base'
  1179. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/local_time/posix_time_zone.hpp(468): note: see reference to class template instantiation 'boost::local_time::posix_time_zone_base<CharT>' being compiled
  1180. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(71): error C2143: syntax error: missing ',' before '<'
  1181. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2059: syntax error: '<'
  1182. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(75): error C2238: unexpected token(s) preceding ';'
  1183. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C2653: 'base_type': is not a class or namespace name
  1184. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C3646: 'string_type': unknown override specifier
  1185. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(76): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1186. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C2653: 'base_type': is not a class or namespace name
  1187. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C3646: 'stringstream_type': unknown override specifier
  1188. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(78): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  1189. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2825: 'boost::local_time::posix_time_zone_base<CharT>::string_type': must be a class or namespace when followed by '::'
  1190. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): error C2510: 'string_type': left of '::' must be a class/struct/union
  1191. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost\date_time\local_time\posix_time_zone.hpp(81): fatal error C1003: error count exceeds 100; stopping compilation
  1192. [8/25] Building CXX object mailio\examples\CMakeFiles\pop3s_attachment.dir\pop3s_attachment.cpp.obj
  1193. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(80): warning C4251: 'mailio::codec::ASTERISK_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1194. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1195. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(100): warning C4251: 'mailio::codec::EQUAL_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1196. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1197. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(110): warning C4251: 'mailio::codec::SPACE_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1198. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1199. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(130): warning C4251: 'mailio::codec::DOT_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1200. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1201. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(140): warning C4251: 'mailio::codec::COMMA_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1202. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1203. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(150): warning C4251: 'mailio::codec::COLON_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1204. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1205. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(160): warning C4251: 'mailio::codec::SEMICOLON_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1206. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1207. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(190): warning C4251: 'mailio::codec::QUOTE_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1208. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1209. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(235): warning C4251: 'mailio::codec::LESS_THAN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1210. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1211. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(245): warning C4251: 'mailio::codec::GREATER_THAN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1212. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1213. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(255): warning C4251: 'mailio::codec::HEX_DIGITS': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1214. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1215. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(260): warning C4251: 'mailio::codec::END_OF_LINE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1216. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1217. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(265): warning C4251: 'mailio::codec::END_OF_MESSAGE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1218. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1219. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(411): warning C4251: 'mailio::mime::CONTENT_TYPE_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1220. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1221. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(416): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1222. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1223. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(421): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BASE64': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1224. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1225. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(426): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BIT7': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1226. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1227. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(431): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BIT8': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1228. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1229. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(436): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_QUOTED_PRINTABLE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1230. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1231. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(441): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BINARY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1232. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1233. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(446): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1234. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1235. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(451): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_ATTACHMENT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1236. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1237. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(456): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_INLINE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1238. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1239. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(461): warning C4251: 'mailio::mime::NEW_LINE_INDENT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1240. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1241. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(476): warning C4251: 'mailio::mime::HEADER_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1242. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1243. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(486): warning C4251: 'mailio::mime::NAME_VALUE_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1244. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1245. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(496): warning C4251: 'mailio::mime::ATTRIBUTES_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1246. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1247. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(501): warning C4251: 'mailio::mime::ATTRIBUTE_NAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1248. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1249. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(506): warning C4251: 'mailio::mime::ATTRIBUTE_FILENAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1250. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1251. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(511): warning C4251: 'mailio::mime::BOUNDARY_DELIMITER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1252. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1253. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(516): warning C4251: 'mailio::mime::QTEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1254. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1255. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(521): warning C4251: 'mailio::mime::HEADER_NAME_REGEX': class 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1256. with
  1257. [
  1258. charT=char
  1259. ]
  1260. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/regex/v4/regex_fwd.hpp(60): note: see declaration of 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>'
  1261. with
  1262. [
  1263. charT=char
  1264. ]
  1265. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(526): warning C4251: 'mailio::mime::HEADER_VALUE_REGEX': class 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1266. with
  1267. [
  1268. charT=char
  1269. ]
  1270. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/regex/v4/regex_fwd.hpp(60): note: see declaration of 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>'
  1271. with
  1272. [
  1273. charT=char
  1274. ]
  1275. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(531): warning C4251: 'mailio::mime::CONTENT_ATTR_ALPHABET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1276. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1277. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(536): warning C4251: 'mailio::mime::CONTENT_HEADER_VALUE_ALPHABET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1278. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1279. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(701): warning C4251: 'mailio::mime::_boundary': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1280. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1281. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(706): warning C4251: 'mailio::mime::_version': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1282. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1283. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(736): warning C4251: 'mailio::mime::_content_type': struct 'mailio::mime::content_type_t' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1284. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(69): note: see declaration of 'mailio::mime::content_type_t'
  1285. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(743): warning C4251: 'mailio::mime::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1286. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1287. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(761): warning C4251: 'mailio::mime::_content': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1288. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1289. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(766): warning C4251: 'mailio::mime::_parts': class 'std::vector<mailio::mime,std::allocator<mailio::mime>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1290. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(319): note: see declaration of 'std::vector<mailio::mime,std::allocator<mailio::mime>>'
  1291. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(776): warning C4251: 'mailio::mime::_parsed_headers': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1292. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1293. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(781): warning C4251: 'mailio::mime::_parsed_body': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1294. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1295. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(33): warning C4251: 'mailio::mail_address::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_address'
  1296. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1297. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(38): warning C4251: 'mailio::mail_address::address': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_address'
  1298. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1299. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(88): warning C4251: 'mailio::mail_group::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_group'
  1300. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1301. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): warning C4251: 'mailio::mail_group::members': class 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_group'
  1302. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): note: see declaration of 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>'
  1303. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(142): warning C4251: 'mailio::mailboxes::addresses': class 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>' needs to have dll-interface to be used by clients of struct 'mailio::mailboxes'
  1304. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): note: see declaration of 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>'
  1305. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(147): warning C4251: 'mailio::mailboxes::groups': class 'std::vector<mailio::mail_group,std::allocator<mailio::mail_group>>' needs to have dll-interface to be used by clients of struct 'mailio::mailboxes'
  1306. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(147): note: see declaration of 'std::vector<mailio::mail_group,std::allocator<mailio::mail_group>>'
  1307. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(50): warning C4251: 'mailio::message::ADDRESS_BEGIN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1308. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1309. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(60): warning C4251: 'mailio::message::ADDRESS_END_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1310. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1311. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(458): warning C4251: 'mailio::message::ATEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1312. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1313. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(463): warning C4251: 'mailio::message::DTEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1314. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1315. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(468): warning C4251: 'mailio::message::FROM_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1316. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1317. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(473): warning C4251: 'mailio::message::SENDER_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1318. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1319. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(478): warning C4251: 'mailio::message::REPLY_TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1320. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1321. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(483): warning C4251: 'mailio::message::TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1322. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1323. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(488): warning C4251: 'mailio::message::CC_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1324. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1325. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(493): warning C4251: 'mailio::message::BCC_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1326. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1327. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(498): warning C4251: 'mailio::message::MESSAGE_ID_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1328. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1329. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(503): warning C4251: 'mailio::message::IN_REPLY_TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1330. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1331. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(508): warning C4251: 'mailio::message::REFERENCES_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1332. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1333. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(513): warning C4251: 'mailio::message::SUBJECT_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1334. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1335. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(518): warning C4251: 'mailio::message::DATE_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1336. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1337. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(524): warning C4251: 'mailio::message::DISPOSITION_NOTIFICATION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1338. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1339. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(529): warning C4251: 'mailio::message::MIME_VERSION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1340. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1341. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(695): warning C4251: 'mailio::message::_message_id': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1342. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1343. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(700): warning C4251: 'mailio::message::_in_reply_to': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1344. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1345. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(705): warning C4251: 'mailio::message::_references': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1346. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1347. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(710): warning C4251: 'mailio::message::_subject': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1348. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1349. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(715): warning C4251: 'mailio::message::_date_time': class 'std::shared_ptr<boost::local_time::local_date_time>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1350. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/message.hpp(715): note: see declaration of 'std::shared_ptr<boost::local_time::local_date_time>'
  1351. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(720): warning C4251: 'mailio::message::_headers': class 'std::multimap<std::string,std::string,std::less<boost::date_time::tz_db_base<time_zone_type,rule_type>::string_type>,std::allocator<std::pair<const std::string,std::string>>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1352. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/message.hpp(451): note: see declaration of 'std::multimap<std::string,std::string,std::less<boost::date_time::tz_db_base<time_zone_type,rule_type>::string_type>,std::allocator<std::pair<const std::string,std::string>>>'
  1353. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  1354. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  1355. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  1356. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  1357. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(155): warning C4251: 'mailio::dialog::_hostname': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1358. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1359. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(165): warning C4251: 'mailio::dialog::_ios': class 'boost::asio::io_context' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1360. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/asio/io_context.hpp(212): note: see declaration of 'boost::asio::io_context'
  1361. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(170): warning C4251: 'mailio::dialog::_socket': class 'std::shared_ptr<boost::asio::ip::tcp::socket>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1362. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(149): note: see declaration of 'std::shared_ptr<boost::asio::ip::tcp::socket>'
  1363. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(175): warning C4251: 'mailio::dialog::_timer': class 'std::shared_ptr<boost::asio::deadline_timer>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1364. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(150): note: see declaration of 'std::shared_ptr<boost::asio::deadline_timer>'
  1365. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(180): warning C4251: 'mailio::dialog::_timeout': class 'std::chrono::duration<__int64,std::milli>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1366. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\chrono(464): note: see declaration of 'std::chrono::duration<__int64,std::milli>'
  1367. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(190): warning C4251: 'mailio::dialog::_strmbuf': class 'std::shared_ptr<boost::asio::streambuf>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1368. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(190): note: see declaration of 'std::shared_ptr<boost::asio::streambuf>'
  1369. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(195): warning C4251: 'mailio::dialog::_istrm': class 'std::shared_ptr<std::istream>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1370. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(195): note: see declaration of 'std::shared_ptr<std::istream>'
  1371. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\pop3.hpp(212): warning C4251: 'mailio::pop3::_dlg': class 'std::shared_ptr<mailio::dialog>' needs to have dll-interface to be used by clients of class 'mailio::pop3'
  1372. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/pop3.hpp(212): note: see declaration of 'std::shared_ptr<mailio::dialog>'
  1373. [9/25] Building CXX object mailio\examples\CMakeFiles\smtps_attachment.dir\smtps_attachment.cpp.obj
  1374. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(80): warning C4251: 'mailio::codec::ASTERISK_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1375. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1376. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(100): warning C4251: 'mailio::codec::EQUAL_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1377. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1378. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(110): warning C4251: 'mailio::codec::SPACE_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1379. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1380. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(130): warning C4251: 'mailio::codec::DOT_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1381. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1382. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(140): warning C4251: 'mailio::codec::COMMA_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1383. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1384. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(150): warning C4251: 'mailio::codec::COLON_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1385. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1386. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(160): warning C4251: 'mailio::codec::SEMICOLON_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1387. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1388. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(190): warning C4251: 'mailio::codec::QUOTE_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1389. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1390. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(235): warning C4251: 'mailio::codec::LESS_THAN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1391. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1392. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(245): warning C4251: 'mailio::codec::GREATER_THAN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1393. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1394. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(255): warning C4251: 'mailio::codec::HEX_DIGITS': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1395. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1396. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(260): warning C4251: 'mailio::codec::END_OF_LINE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1397. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1398. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(265): warning C4251: 'mailio::codec::END_OF_MESSAGE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1399. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1400. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(411): warning C4251: 'mailio::mime::CONTENT_TYPE_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1401. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1402. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(416): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1403. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1404. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(421): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BASE64': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1405. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1406. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(426): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BIT7': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1407. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1408. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(431): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BIT8': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1409. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1410. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(436): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_QUOTED_PRINTABLE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1411. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1412. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(441): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BINARY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1413. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1414. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(446): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1415. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1416. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(451): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_ATTACHMENT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1417. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1418. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(456): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_INLINE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1419. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1420. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(461): warning C4251: 'mailio::mime::NEW_LINE_INDENT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1421. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1422. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(476): warning C4251: 'mailio::mime::HEADER_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1423. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1424. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(486): warning C4251: 'mailio::mime::NAME_VALUE_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1425. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1426. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(496): warning C4251: 'mailio::mime::ATTRIBUTES_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1427. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1428. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(501): warning C4251: 'mailio::mime::ATTRIBUTE_NAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1429. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1430. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(506): warning C4251: 'mailio::mime::ATTRIBUTE_FILENAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1431. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1432. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(511): warning C4251: 'mailio::mime::BOUNDARY_DELIMITER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1433. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1434. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(516): warning C4251: 'mailio::mime::QTEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1435. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1436. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(521): warning C4251: 'mailio::mime::HEADER_NAME_REGEX': class 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1437. with
  1438. [
  1439. charT=char
  1440. ]
  1441. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/regex/v4/regex_fwd.hpp(60): note: see declaration of 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>'
  1442. with
  1443. [
  1444. charT=char
  1445. ]
  1446. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(526): warning C4251: 'mailio::mime::HEADER_VALUE_REGEX': class 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1447. with
  1448. [
  1449. charT=char
  1450. ]
  1451. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/regex/v4/regex_fwd.hpp(60): note: see declaration of 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>'
  1452. with
  1453. [
  1454. charT=char
  1455. ]
  1456. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(531): warning C4251: 'mailio::mime::CONTENT_ATTR_ALPHABET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1457. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1458. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(536): warning C4251: 'mailio::mime::CONTENT_HEADER_VALUE_ALPHABET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1459. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1460. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(701): warning C4251: 'mailio::mime::_boundary': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1461. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1462. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(706): warning C4251: 'mailio::mime::_version': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1463. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1464. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(736): warning C4251: 'mailio::mime::_content_type': struct 'mailio::mime::content_type_t' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1465. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(69): note: see declaration of 'mailio::mime::content_type_t'
  1466. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(743): warning C4251: 'mailio::mime::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1467. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1468. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(761): warning C4251: 'mailio::mime::_content': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1469. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1470. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(766): warning C4251: 'mailio::mime::_parts': class 'std::vector<mailio::mime,std::allocator<mailio::mime>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1471. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(319): note: see declaration of 'std::vector<mailio::mime,std::allocator<mailio::mime>>'
  1472. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(776): warning C4251: 'mailio::mime::_parsed_headers': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1473. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1474. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(781): warning C4251: 'mailio::mime::_parsed_body': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1475. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1476. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(33): warning C4251: 'mailio::mail_address::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_address'
  1477. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1478. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(38): warning C4251: 'mailio::mail_address::address': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_address'
  1479. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1480. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(88): warning C4251: 'mailio::mail_group::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_group'
  1481. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1482. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): warning C4251: 'mailio::mail_group::members': class 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_group'
  1483. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): note: see declaration of 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>'
  1484. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(142): warning C4251: 'mailio::mailboxes::addresses': class 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>' needs to have dll-interface to be used by clients of struct 'mailio::mailboxes'
  1485. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): note: see declaration of 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>'
  1486. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(147): warning C4251: 'mailio::mailboxes::groups': class 'std::vector<mailio::mail_group,std::allocator<mailio::mail_group>>' needs to have dll-interface to be used by clients of struct 'mailio::mailboxes'
  1487. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(147): note: see declaration of 'std::vector<mailio::mail_group,std::allocator<mailio::mail_group>>'
  1488. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(50): warning C4251: 'mailio::message::ADDRESS_BEGIN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1489. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1490. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(60): warning C4251: 'mailio::message::ADDRESS_END_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1491. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1492. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(458): warning C4251: 'mailio::message::ATEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1493. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1494. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(463): warning C4251: 'mailio::message::DTEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1495. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1496. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(468): warning C4251: 'mailio::message::FROM_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1497. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1498. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(473): warning C4251: 'mailio::message::SENDER_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1499. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1500. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(478): warning C4251: 'mailio::message::REPLY_TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1501. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1502. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(483): warning C4251: 'mailio::message::TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1503. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1504. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(488): warning C4251: 'mailio::message::CC_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1505. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1506. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(493): warning C4251: 'mailio::message::BCC_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1507. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1508. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(498): warning C4251: 'mailio::message::MESSAGE_ID_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1509. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1510. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(503): warning C4251: 'mailio::message::IN_REPLY_TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1511. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1512. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(508): warning C4251: 'mailio::message::REFERENCES_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1513. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1514. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(513): warning C4251: 'mailio::message::SUBJECT_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1515. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1516. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(518): warning C4251: 'mailio::message::DATE_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1517. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1518. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(524): warning C4251: 'mailio::message::DISPOSITION_NOTIFICATION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1519. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1520. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(529): warning C4251: 'mailio::message::MIME_VERSION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1521. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1522. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(695): warning C4251: 'mailio::message::_message_id': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1523. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1524. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(700): warning C4251: 'mailio::message::_in_reply_to': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1525. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1526. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(705): warning C4251: 'mailio::message::_references': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1527. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/date_time/tz_db_base.hpp(222): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1528. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(710): warning C4251: 'mailio::message::_subject': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1529. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1530. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(715): warning C4251: 'mailio::message::_date_time': class 'std::shared_ptr<boost::local_time::local_date_time>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1531. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/message.hpp(715): note: see declaration of 'std::shared_ptr<boost::local_time::local_date_time>'
  1532. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(720): warning C4251: 'mailio::message::_headers': class 'std::multimap<std::string,std::string,std::less<boost::date_time::tz_db_base<time_zone_type,rule_type>::string_type>,std::allocator<std::pair<const std::string,std::string>>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1533. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/message.hpp(451): note: see declaration of 'std::multimap<std::string,std::string,std::less<boost::date_time::tz_db_base<time_zone_type,rule_type>::string_type>,std::allocator<std::pair<const std::string,std::string>>>'
  1534. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  1535. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  1536. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  1537. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  1538. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(155): warning C4251: 'mailio::dialog::_hostname': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1539. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1540. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(165): warning C4251: 'mailio::dialog::_ios': class 'boost::asio::io_context' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1541. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/asio/io_context.hpp(212): note: see declaration of 'boost::asio::io_context'
  1542. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(170): warning C4251: 'mailio::dialog::_socket': class 'std::shared_ptr<boost::asio::ip::tcp::socket>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1543. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(149): note: see declaration of 'std::shared_ptr<boost::asio::ip::tcp::socket>'
  1544. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(175): warning C4251: 'mailio::dialog::_timer': class 'std::shared_ptr<boost::asio::deadline_timer>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1545. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(150): note: see declaration of 'std::shared_ptr<boost::asio::deadline_timer>'
  1546. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(180): warning C4251: 'mailio::dialog::_timeout': class 'std::chrono::duration<__int64,std::milli>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1547. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\chrono(464): note: see declaration of 'std::chrono::duration<__int64,std::milli>'
  1548. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(190): warning C4251: 'mailio::dialog::_strmbuf': class 'std::shared_ptr<boost::asio::streambuf>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1549. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(190): note: see declaration of 'std::shared_ptr<boost::asio::streambuf>'
  1550. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(195): warning C4251: 'mailio::dialog::_istrm': class 'std::shared_ptr<std::istream>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1551. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(195): note: see declaration of 'std::shared_ptr<std::istream>'
  1552. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\smtp.hpp(204): warning C4251: 'mailio::smtp::_src_host': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::smtp'
  1553. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1554. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\smtp.hpp(209): warning C4251: 'mailio::smtp::_dlg': class 'std::shared_ptr<mailio::dialog>' needs to have dll-interface to be used by clients of class 'mailio::smtp'
  1555. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/smtp.hpp(209): note: see declaration of 'std::shared_ptr<mailio::dialog>'
  1556. [10/25] Building CXX object mailio\CMakeFiles\mailio.dir\src\smtp.cpp.obj
  1557. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  1558. - add -D_WIN32_WINNT=0x0601 to the compiler command line; or
  1559. - add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
  1560. Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
  1561. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(80): warning C4251: 'mailio::codec::ASTERISK_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1562. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1563. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(100): warning C4251: 'mailio::codec::EQUAL_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1564. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1565. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(110): warning C4251: 'mailio::codec::SPACE_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1566. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1567. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(130): warning C4251: 'mailio::codec::DOT_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1568. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1569. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(140): warning C4251: 'mailio::codec::COMMA_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1570. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1571. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(150): warning C4251: 'mailio::codec::COLON_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1572. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1573. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(160): warning C4251: 'mailio::codec::SEMICOLON_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1574. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1575. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(190): warning C4251: 'mailio::codec::QUOTE_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1576. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1577. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(235): warning C4251: 'mailio::codec::LESS_THAN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1578. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1579. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(245): warning C4251: 'mailio::codec::GREATER_THAN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1580. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1581. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(255): warning C4251: 'mailio::codec::HEX_DIGITS': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1582. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1583. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(260): warning C4251: 'mailio::codec::END_OF_LINE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1584. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1585. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\codec.hpp(265): warning C4251: 'mailio::codec::END_OF_MESSAGE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::codec'
  1586. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1587. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\base64.hpp(38): warning C4251: 'mailio::base64::CHARSET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::base64'
  1588. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1589. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(411): warning C4251: 'mailio::mime::CONTENT_TYPE_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1590. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1591. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(416): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1592. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1593. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(421): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BASE64': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1594. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1595. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(426): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BIT7': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1596. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1597. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(431): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BIT8': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1598. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1599. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(436): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_QUOTED_PRINTABLE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1600. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1601. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(441): warning C4251: 'mailio::mime::CONTENT_TRANSFER_ENCODING_BINARY': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1602. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1603. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(446): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1604. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1605. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(451): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_ATTACHMENT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1606. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1607. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(456): warning C4251: 'mailio::mime::CONTENT_DISPOSITION_INLINE': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1608. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1609. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(461): warning C4251: 'mailio::mime::NEW_LINE_INDENT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1610. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1611. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(476): warning C4251: 'mailio::mime::HEADER_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1612. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1613. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(486): warning C4251: 'mailio::mime::NAME_VALUE_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1614. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1615. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(496): warning C4251: 'mailio::mime::ATTRIBUTES_SEPARATOR_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1616. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1617. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(501): warning C4251: 'mailio::mime::ATTRIBUTE_NAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1618. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1619. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(506): warning C4251: 'mailio::mime::ATTRIBUTE_FILENAME': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1620. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1621. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(511): warning C4251: 'mailio::mime::BOUNDARY_DELIMITER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1622. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1623. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(516): warning C4251: 'mailio::mime::QTEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1624. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1625. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(521): warning C4251: 'mailio::mime::HEADER_NAME_REGEX': class 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1626. with
  1627. [
  1628. charT=char
  1629. ]
  1630. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/regex/v4/regex_fwd.hpp(60): note: see declaration of 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>'
  1631. with
  1632. [
  1633. charT=char
  1634. ]
  1635. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(526): warning C4251: 'mailio::mime::HEADER_VALUE_REGEX': class 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1636. with
  1637. [
  1638. charT=char
  1639. ]
  1640. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/regex/v4/regex_fwd.hpp(60): note: see declaration of 'boost::basic_regex<char,boost::regex_traits<char,boost::w32_regex_traits<charT>>>'
  1641. with
  1642. [
  1643. charT=char
  1644. ]
  1645. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(531): warning C4251: 'mailio::mime::CONTENT_ATTR_ALPHABET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1646. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1647. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(536): warning C4251: 'mailio::mime::CONTENT_HEADER_VALUE_ALPHABET': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1648. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1649. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(701): warning C4251: 'mailio::mime::_boundary': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1650. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1651. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(706): warning C4251: 'mailio::mime::_version': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1652. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1653. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(736): warning C4251: 'mailio::mime::_content_type': struct 'mailio::mime::content_type_t' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1654. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(69): note: see declaration of 'mailio::mime::content_type_t'
  1655. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(743): warning C4251: 'mailio::mime::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1656. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1657. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(761): warning C4251: 'mailio::mime::_content': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1658. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1659. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(766): warning C4251: 'mailio::mime::_parts': class 'std::vector<mailio::mime,std::allocator<mailio::mime>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1660. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(319): note: see declaration of 'std::vector<mailio::mime,std::allocator<mailio::mime>>'
  1661. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(776): warning C4251: 'mailio::mime::_parsed_headers': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1662. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/base64.hpp(69): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1663. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mime.hpp(781): warning C4251: 'mailio::mime::_parsed_body': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::mime'
  1664. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/base64.hpp(69): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1665. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(33): warning C4251: 'mailio::mail_address::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_address'
  1666. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1667. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(38): warning C4251: 'mailio::mail_address::address': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_address'
  1668. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1669. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(88): warning C4251: 'mailio::mail_group::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_group'
  1670. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1671. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): warning C4251: 'mailio::mail_group::members': class 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>' needs to have dll-interface to be used by clients of struct 'mailio::mail_group'
  1672. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): note: see declaration of 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>'
  1673. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(142): warning C4251: 'mailio::mailboxes::addresses': class 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>' needs to have dll-interface to be used by clients of struct 'mailio::mailboxes'
  1674. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(93): note: see declaration of 'std::vector<mailio::mail_address,std::allocator<mailio::mail_address>>'
  1675. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(147): warning C4251: 'mailio::mailboxes::groups': class 'std::vector<mailio::mail_group,std::allocator<mailio::mail_group>>' needs to have dll-interface to be used by clients of struct 'mailio::mailboxes'
  1676. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\mailboxes.hpp(147): note: see declaration of 'std::vector<mailio::mail_group,std::allocator<mailio::mail_group>>'
  1677. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(50): warning C4251: 'mailio::message::ADDRESS_BEGIN_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1678. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1679. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(60): warning C4251: 'mailio::message::ADDRESS_END_STR': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1680. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1681. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(458): warning C4251: 'mailio::message::ATEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1682. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1683. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(463): warning C4251: 'mailio::message::DTEXT': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1684. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1685. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(468): warning C4251: 'mailio::message::FROM_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1686. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1687. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(473): warning C4251: 'mailio::message::SENDER_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1688. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1689. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(478): warning C4251: 'mailio::message::REPLY_TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1690. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1691. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(483): warning C4251: 'mailio::message::TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1692. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1693. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(488): warning C4251: 'mailio::message::CC_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1694. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1695. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(493): warning C4251: 'mailio::message::BCC_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1696. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1697. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(498): warning C4251: 'mailio::message::MESSAGE_ID_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1698. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1699. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(503): warning C4251: 'mailio::message::IN_REPLY_TO_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1700. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1701. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(508): warning C4251: 'mailio::message::REFERENCES_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1702. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1703. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(513): warning C4251: 'mailio::message::SUBJECT_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1704. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1705. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(518): warning C4251: 'mailio::message::DATE_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1706. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1707. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(524): warning C4251: 'mailio::message::DISPOSITION_NOTIFICATION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1708. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1709. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(529): warning C4251: 'mailio::message::MIME_VERSION_HEADER': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1710. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1711. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(695): warning C4251: 'mailio::message::_message_id': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1712. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1713. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(700): warning C4251: 'mailio::message::_in_reply_to': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1714. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/base64.hpp(69): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1715. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(705): warning C4251: 'mailio::message::_references': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1716. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/base64.hpp(69): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
  1717. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(710): warning C4251: 'mailio::message::_subject': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1718. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1719. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(715): warning C4251: 'mailio::message::_date_time': class 'std::shared_ptr<boost::local_time::local_date_time>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1720. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(715): note: see declaration of 'std::shared_ptr<boost::local_time::local_date_time>'
  1721. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(720): warning C4251: 'mailio::message::_headers': class 'std::multimap<std::string,std::string,std::less<boost::date_time::tz_db_base<time_zone_type,rule_type>::string_type>,std::allocator<std::pair<const std::string,std::string>>>' needs to have dll-interface to be used by clients of class 'mailio::message'
  1722. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\message.hpp(451): note: see declaration of 'std::multimap<std::string,std::string,std::less<boost::date_time::tz_db_base<time_zone_type,rule_type>::string_type>,std::allocator<std::pair<const std::string,std::string>>>'
  1723. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(155): warning C4251: 'mailio::dialog::_hostname': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1724. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1725. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(165): warning C4251: 'mailio::dialog::_ios': class 'boost::asio::io_context' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1726. C:\Users\ASD\Project\cplusplus\lib\vcpkg\installed\x64-windows\include\boost/asio/io_context.hpp(212): note: see declaration of 'boost::asio::io_context'
  1727. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(170): warning C4251: 'mailio::dialog::_socket': class 'std::shared_ptr<boost::asio::ip::tcp::socket>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1728. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(149): note: see declaration of 'std::shared_ptr<boost::asio::ip::tcp::socket>'
  1729. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(175): warning C4251: 'mailio::dialog::_timer': class 'std::shared_ptr<boost::asio::deadline_timer>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1730. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(150): note: see declaration of 'std::shared_ptr<boost::asio::deadline_timer>'
  1731. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(180): warning C4251: 'mailio::dialog::_timeout': class 'std::chrono::duration<__int64,std::milli>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1732. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\chrono(464): note: see declaration of 'std::chrono::duration<__int64,std::milli>'
  1733. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(190): warning C4251: 'mailio::dialog::_strmbuf': class 'std::shared_ptr<boost::asio::streambuf>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1734. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(190): note: see declaration of 'std::shared_ptr<boost::asio::streambuf>'
  1735. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(195): warning C4251: 'mailio::dialog::_istrm': class 'std::shared_ptr<std::istream>' needs to have dll-interface to be used by clients of class 'mailio::dialog'
  1736. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\dialog.hpp(195): note: see declaration of 'std::shared_ptr<std::istream>'
  1737. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\smtp.hpp(204): warning C4251: 'mailio::smtp::_src_host': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'mailio::smtp'
  1738. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\xstring(4648): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
  1739. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio\smtp.hpp(209): warning C4251: 'mailio::smtp::_dlg': class 'std::shared_ptr<mailio::dialog>' needs to have dll-interface to be used by clients of class 'mailio::smtp'
  1740. C:\Users\ASD\Project\cplusplus\projet\ConsulatProj\mailio\include\mailio/smtp.hpp(209): note: see declaration of 'std::shared_ptr<mailio::dialog>'
  1741. ninja: build stopped: subcommand failed.
Add Comment
Please, Sign In to add comment