[chbot] Stuck on a C++ problem

follower follower at rancidbacon.com
Fri Jan 18 00:12:25 GMT 2019


On Fri, 18 Jan 2019 at 11:57, Robin Gilks <robin at gilks.org> wrote:
> source/QSPIAnalyzerCommands.h:3:8: note:   no known conversion for
> argument 1 from ‘<brace-enclosed initializer list>’ to ‘const
> CommandAttr&’

I "dabble" in C++ and suspect the above is the key part of the error message.

A search for "no known conversion for argument 1 from ‘<brace-enclosed
initializer list>" results in:

 * <https://stackoverflow.com/questions/4118025/brace-enclosed-initializer-list-constructor>
 * <https://en.cppreference.com/w/cpp/language/list_initialization>

Which suggests it may be related to not having the correct C++
standard specified?

I didn't look at the build files to follow-up on this...

--Philip;



More information about the Chchrobotics mailing list