Commit ab09335
committed
fix: add missing #ifdef guard for ZMQ_EXTENDED_CONSTEXPR in socket_t
operator void*() in socket_t was missing the #ifdef ZMQ_EXTENDED_CONSTEXPR
guard present on all other uses of the macro, causing a compilation error
when built with C++11 where the macro is not defined.1 parent b214ca1 commit ab09335
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2337 | 2337 | | |
2338 | 2338 | | |
2339 | 2339 | | |
| 2340 | + | |
2340 | 2341 | | |
| 2342 | + | |
| 2343 | + | |
| 2344 | + | |
2341 | 2345 | | |
2342 | 2346 | | |
2343 | 2347 | | |
| |||
0 commit comments