Made the processors work for the rfl::json::write #17
Annotations
10 errors and 2 warnings
linux-clang:
include/rfl/cbor/Parser.hpp#L17
too few template arguments for class template 'Parser'
|
linux-clang:
include/rfl/cbor/Parser.hpp#L25
too few template arguments for class template 'Parser'
|
linux-clang:
include/rfl/cbor/Parser.hpp#L38
too few template arguments for class template 'Parser'
|
linux-clang:
include/rfl/cbor/read.hpp#L23
no template named 'Parser'; did you mean 'parsing::Parser'?
|
linux-clang:
include/rfl/cbor/read.hpp#L23
too few template arguments for class template 'Parser'
|
linux-clang:
include/rfl/cbor/write.hpp#L25
no template named 'Parser'; did you mean 'parsing::Parser'?
|
linux-clang:
include/rfl/cbor/write.hpp#L25
too few template arguments for class template 'Parser'
|
linux-clang:
include/rfl/bson/Parser.hpp#L12
too few template arguments for class template 'Parser'
|
linux-clang:
include/rfl/bson/read.hpp#L23
no template named 'Parser'; did you mean 'parsing::Parser'?
|
linux-clang:
include/rfl/bson/read.hpp#L23
too few template arguments for class template 'Parser'
|
linux-clang
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
linux-clang:
tests/json/test_inheritance2.cpp#L50
unused variable 'empty_derived2_view' [-Wunused-variable]
|