Skip to content

Commit cf22661

Browse files
committed
remove MSVC from aggregate workaround
1 parent f96dc2e commit cf22661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/http_proto/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace http_proto {
4343

4444
//------------------------------------------------
4545

46-
#if defined(BOOST_NO_CXX14_AGGREGATE_NSDMI) || defined(BOOST_MSVC)
46+
#if defined(BOOST_NO_CXX14_AGGREGATE_NSDMI)
4747
# define BOOST_HTTP_PROTO_AGGREGATE_WORKAROUND
4848
#endif
4949

0 commit comments

Comments
 (0)