Added null_type and implemented null_layout #458
Annotations
10 errors, 10 warnings, and 3 notices
include/sparrow/null_layout.hpp#L99
unknown type name 'array_data'
|
include/sparrow/null_layout.hpp#L100
unknown type name 'array_data'
|
include/sparrow/null_layout.hpp#L120
unknown type name 'array_data'
|
include/sparrow/null_layout.hpp#L121
unknown type name 'array_data'
|
include/sparrow/null_layout.hpp#L123
use of undeclared identifier 'array_data'
|
include/sparrow/null_layout.hpp#L182
unknown type name 'array_data'
|
include/sparrow/null_layout.hpp#L188
unknown type name 'array_data'
|
include/sparrow/null_layout.hpp#L201
use of undeclared identifier 'SPARROW_ASSERT_TRUE'
|
include/sparrow/null_layout.hpp#L207
use of undeclared identifier 'SPARROW_ASSERT_TRUE'
|
include/sparrow/null_layout.hpp#L246
unknown type name 'array_data'
|
include/sparrow/null_layout.hpp#L57
function 'dereference' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L61
function 'distance_to' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L62
function 'equal' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L63
function 'less_than' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L102
function 'size' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L110
function 'cbegin' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L111
function 'cend' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L113
function 'values' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L114
function 'bitmap' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L118
function 'ssize' should be marked [[nodiscard]]
|
include/sparrow/null_layout.hpp#L1
File include/sparrow/null_layout.hpp does not conform to Custom style guidelines. (lines 36, 37, 38, 39, 45, 46, 47, 48, 255)
|
include/sparrow/data_type.hpp#L1
File include/sparrow/data_type.hpp does not conform to Custom style guidelines. (lines 138, 139)
|
test/test_null_layout.cpp#L1
File test/test_null_layout.cpp does not conform to Custom style guidelines. (lines 100)
|
This job succeeded
Loading