Valeriy Os
Valeriy Os
It's funny, cause this worked on my home machine, but laptop gives me trouble. Maaaaaybe has something to do with the fact I have cygwin install in the system, but...
`... template class StaticQueueBase::ConstIterator : public StaticQueueBase::template IteratorBase { ... template class StaticQueueBase::Iterator : public StaticQueueBase::template IteratorBase { ... ` throws an error "expected class-name before '{' token".
https://github.com/danielaparker/jsoncons/blob/b883d895ec25ed21b084cd4c78ae3c2725737f68/include/jsoncons/detail/optional.hpp#L261 Throws error: error: third operand to the conditional operator is of type 'void', but the second operand is neither a throw-expression nor of type 'void' 261 | ? get()