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

biojppm / c4core / 22965107324

11 Mar 2026 05:14PM UTC coverage: 96.862% (+0.005%) from 96.857%
22965107324

Pull #155

github

web-flow
Merge a1b3a05e9 into 828c55276
Pull Request #155: Add c4::is_string<T>

27 of 28 new or added lines in 9 files covered. (96.43%)

3118 of 3219 relevant lines covered (96.86%)

820253.16 hits per line

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

0.0
/src/c4/language.cpp
1
#include "c4/language.hpp"
2

3
namespace c4 {
4
namespace detail {
5

6
#ifndef __GNUC__
7
void use_char_pointer(char const volatile* v)
8
{
9
    C4_UNUSED(v);
10
}
11
#else
12
// to avoid empty file warning from the linker
NEW
13
C4_MAYBE_UNUSED void foo() {} // NOLINT(misc-use-internal-linkage)
×
14
#endif
15

16
} // namespace detail
17
} // namespace c4
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