Pablo Alessandro Santos Hugen
Pablo Alessandro Santos Hugen
Thanks for your help @waruqi Actually, the sdk provides a Cmake config [file](https://gist.github.com/Tomcat-42/5f9048564ba2e095bb5ab361c3c20146) (It's not a CMakeLists.txt, is just a .cmake file) there is a way to import this file...
Like this?  But it's not finding the configs:  Maybe it's beacause the sdk is in the `/opt` dir?
Whats the current status on this?
@amaanq @alfaix
Thanks for your attention, @alfaix. As you suggested, I continued your work in #266. Now, regarding the class template instantiation and explicit template instantiation declaration issues that you found, will...
I'm using in Header Only mode.
The error continues: ``` /usr/bin/ld: /tmp/nvc++dx_jAYPPLLB.o: in function `toml::v3::toml_formatter::print_inline(toml::v3::table const&)': /home/pablo/test/toml.hpp:17045:(.text+0x29aba): undefined reference to `toml::v3::node::type() const' /usr/bin/ld: /tmp/nvc++dx_jAYPPLLB.o: in function `toml::v3::toml_formatter::print(toml::v3::table const&)': /home/pablo/test/toml.hpp:17137:(.text+0x29faf): undefined reference to `toml::v3::node::type() const' /usr/bin/ld: /home/pablo/test/toml.hpp:17173:(.text+0x2a1bd):...
I have created a docker image for reproducing my exact issue on my environment: ```bash docker run -it tomcat0x42/toml-ex bash ``` And then, inside the container: ```bash cd /home/builder/toml_ex/ &&...
> Nvidia's toolchain has caused me nothing but misery, honestly. Yes, last week I had the most fierce battle of my entire career with a compiler (`nvc++`), and it was...
Hello @marzer , did you got a chance of looking at this issue?