BehaviorTree / BehaviorTree.CPP

Behavior Trees Library in C++. Batteries included.
https://www.behaviortree.dev
MIT License
3.03k stars 665 forks source link

something build in msvc fixed #843

Closed kinly closed 4 months ago

kinly commented 4 months ago
  1. cmake add msvc option /utf-8
  2. xml_parsing using filesystem u8path at c++17
facontidavide commented 4 months ago

Your changes don't compile in CI. Reopen this once it is fixed