godotengine / godotengine/godot-cpp
Godot.hpp template issue (conversion error)
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
I am trying to use my newly compiled shared lib but cant seem to be able to use the Godot.hpp header.
I get the same template error all the time:
line 122 (definition on 105)
no mach converting..
and line 125 (definition on 114)
no mach converting
i have not studies the source of godot but as far as i undestrand this has to do with the conversion when using the = operator on said lines.
i cant seem to find a workaround and really dont wanna have to study all the code.
If anyone has some advice or even temporary fix it would be greatly appreciated!
note: using gcc 9.3 and c++14 standard
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.