Skip to content

Commit 1acb750

Browse files
committed
Fix duplicate declaration of enum value
1 parent 03e6e13 commit 1acb750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boost/network/protocol/http/impl/response.ipp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ namespace boost { namespace network { namespace http {
5353
temporary_redirect = 307,
5454
bad_request = 400,
5555
unauthorized = 401,
56-
forbidden = 403,
5756
payment_required = 402,
5857
forbidden = 403,
5958
not_found = 404,

0 commit comments

Comments
 (0)