What is the issue you have?
The single-include headerfile throws compiler errors on my project.
Error: https://paste.ubuntu.com/p/PbdrWqjCjp/
Please describe the steps to reproduce the issue.
Needs cURL dev libraries installed.
- https://github.com/epsilqn/asharp/tree/staging
- Go to the
src directory
- Run `g++ main.cpp updater/cfu.cpp config.cpp -lcurl
What is the expected behavior?
Compiles properly without error
And what is the actual behavior instead?
Compiler crashes
Which compiler and operating system are you using?
- Compiler: g++ 9.3.0
- Operating system: Ubuntu 20.04 LTS
Which version of the library did you use?
What is the issue you have?
The single-include headerfile throws compiler errors on my project.
Error: https://paste.ubuntu.com/p/PbdrWqjCjp/
Please describe the steps to reproduce the issue.
Needs cURL dev libraries installed.
srcdirectoryWhat is the expected behavior?
Compiles properly without error
And what is the actual behavior instead?
Compiler crashes
Which compiler and operating system are you using?
Which version of the library did you use?
developbranchIf you experience a compilation error: can you compile and run the unit tests?