Skip to content

Commit 2d373a2

Browse files
committed
Renamed _noexcept to CPPREST_NOEXCEPT in test_websocket_server.h
1 parent 4aa7d88 commit 2d373a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/websockets/utilities/test_websocket_server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class websocket_asserts
113113

114114
private:
115115
websocket_asserts() {}
116-
~websocket_asserts() _noexcept {}
116+
~websocket_asserts() CPPREST_NOEXCEPT {}
117117
};
118118

119119
// Test websocket server.

0 commit comments

Comments
 (0)