Array #452
Annotations
1 error, 10 warnings, and 1 notice
include/sparrow/array.hpp#L139
expected ';' after return statement
|
include/sparrow/dynamic_bitset.hpp#L195
class 'bitset_reference' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor
|
include/sparrow/dynamic_bitset.hpp#L227
member 'm_bitset' of type 'bitset_type &' (aka 'B &') is a reference
|
include/sparrow/dynamic_bitset.hpp#L228
member 'm_block' of type 'block_type &' (aka 'typename B::block_type &') is a reference
|
include/sparrow/dynamic_bitset.hpp#L318
do not call c-style vararg functions
|
include/sparrow/dynamic_bitset.hpp#L325
do not call c-style vararg functions
|
include/sparrow/dynamic_bitset.hpp#L332
do not call c-style vararg functions
|
include/sparrow/dynamic_bitset.hpp#L339
do not call c-style vararg functions
|
include/sparrow/dynamic_bitset.hpp#L434
do not call c-style vararg functions
|
include/sparrow/dynamic_bitset.hpp#L484
use auto when initializing with a cast to avoid duplicating the type name
|
include/sparrow/dynamic_bitset.hpp#L484
do not use reinterpret_cast
|
include/sparrow/array.hpp#L1
File include/sparrow/array.hpp does not conform to Custom style guidelines. (lines 139, 146, 147)
|
This job succeeded
Loading