turing-machines / mentals-ai

Agents in Markdown syntax (loops, memory and tools included) 🍓
https://x.com/mentals_ai
MIT License
344 stars 32 forks source link

Build error; error: call to 'format_to' is ambiguous #18

Open bilgi42 opened 2 weeks ago

bilgi42 commented 2 weeks ago

src/core.h:145:16: error: call to 'format_to' is ambiguous 145 | return format_to(ctx.out(), "{}", vector_to_comma_separated_string(vec));

Tried CPP20, 23, Clang and g++. Same error occurs on two different platforms (my void baremetal setup and ubuntu server vm).