Skip to content

Commit 3dcaaad

Browse files
committed
Directives: remove parens to silence gcc8 warning
1 parent 5a1c841 commit 3dcaaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/message/directives/detail/string_directive.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define BOOST_NETWORK_STRING_DIRECTIVE(name, value, body, pod_body) \
3535
template <class ValueType> \
3636
struct name##_directive { \
37-
ValueType const&((value)); \
37+
ValueType const& value; \
3838
explicit name##_directive(ValueType const& value_) : value(value_) {} \
3939
name##_directive(name##_directive const& other) : value(other.value) {} \
4040
template <class Tag, template <class> class Message> \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy