early-access version 2853
This commit is contained in:
29
externals/vcpkg/ports/clockutils/fix-warningC4643.patch
vendored
Executable file
29
externals/vcpkg/ports/clockutils/fix-warningC4643.patch
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
diff --git a/include/clockUtils/sockets/TcpSocket.h b/include/clockUtils/sockets/TcpSocket.h
|
||||
index 6e0d9c8..3bb97a9 100644
|
||||
--- a/include/clockUtils/sockets/TcpSocket.h
|
||||
+++ b/include/clockUtils/sockets/TcpSocket.h
|
||||
@@ -57,9 +57,6 @@
|
||||
#define INVALID_SOCKET -1
|
||||
#endif
|
||||
|
||||
-namespace std {
|
||||
- class thread;
|
||||
-} /* namespace std */
|
||||
namespace clockUtils {
|
||||
enum class ClockError;
|
||||
namespace sockets {
|
||||
diff --git a/include/clockUtils/sockets/UdpSocket.h b/include/clockUtils/sockets/UdpSocket.h
|
||||
index 31eeeb5..c5da451 100644
|
||||
--- a/include/clockUtils/sockets/UdpSocket.h
|
||||
+++ b/include/clockUtils/sockets/UdpSocket.h
|
||||
@@ -60,10 +60,6 @@
|
||||
#define INVALID_SOCKET -1
|
||||
#endif
|
||||
|
||||
-namespace std {
|
||||
- class thread;
|
||||
-} /* namespace std */
|
||||
-
|
||||
namespace clockUtils {
|
||||
enum class ClockError;
|
||||
namespace sockets {
|
Reference in New Issue
Block a user