Worked out a solution that works in principle and wrote a POC for JSON #28
test.yaml
on: push
linux-gcc
4m 42s
linux-clang
4m 31s
Annotations
12 errors
linux-clang:
include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = Person]
|
linux-clang:
include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = Person]
|
linux-clang:
include/rfl/xml/Parser.hpp#L33
constraints not satisfied for class template 'Parser' [with R = rfl::xml::Reader, W = rfl::xml::Writer, T = test_array::Person]
|
linux-clang:
include/rfl/xml/Parser.hpp#L33
constraints not satisfied for class template 'Parser' [with R = rfl::xml::Reader, W = rfl::xml::Writer, T = test_array::Person]
|
linux-clang:
include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = test_anonymous_fields::Person]
|
linux-clang:
include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = test_anonymous_fields::Person]
|
linux-clang
Process completed with exit code 2.
|
linux-gcc:
include/rfl/xml/Parser.hpp#L33
template constraint failure for ‘template<class R, class W, class T> requires AreReaderAndWriter<R, W, T> struct rfl::parsing::Parser’
|
linux-gcc:
include/rfl/xml/Parser.hpp#L33
template constraint failure for ‘template<class R, class W, class T> requires AreReaderAndWriter<R, W, T> struct rfl::parsing::Parser’
|
linux-gcc:
include/rfl/flexbuf/Parser.hpp#L12
template constraint failure for ‘template<class R, class W, class T> requires AreReaderAndWriter<R, W, T> struct rfl::parsing::Parser’
|
linux-gcc:
include/rfl/flexbuf/Parser.hpp#L12
template constraint failure for ‘template<class R, class W, class T> requires AreReaderAndWriter<R, W, T> struct rfl::parsing::Parser’
|
linux-gcc
Process completed with exit code 2.
|