We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f486c9 commit 1e9dffdCopy full SHA for 1e9dffd
sam_record.hpp
@@ -55,7 +55,7 @@ namespace samflags {
55
static const uint16_t pcr_duplicate = 0x400;
56
static const uint16_t supplementary_aln = 0x800;
57
58
- inline bool
+ constexpr bool
59
check(const uint16_t to_check, const uint16_t &f) {return to_check & f;}
60
inline void
61
set(uint16_t &to_set, const uint16_t f) {to_set |= f;}
0 commit comments