• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zeromq / libzmq / 28701381353

04 Jul 2026 09:04AM UTC coverage: 75.394% (-0.02%) from 75.414%
28701381353

push

github

bluca
Add missing <new> includes for std::nothrow

Without the <new> include, compilation may fail:

```
src/polling_util.hpp:28:30: error: no member named 'nothrow' in namespace 'std'
   28 |             _buf = new (std::nothrow) T[nitems_];
      |                              ^~~~~~~
```

15146 of 20089 relevant lines covered (75.39%)

30082.88 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

86.74
/libzmq/src/socket_base.cpp


Source Not Available

The file "libzmq/src/socket_base.cpp" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc