Search found 4 matches

by DrWhoCares
20 Oct 2023, 06:20
Forum: General Development
Topic: Some questions about the state of the codebase
Replies: 2
Views: 1224

Some questions about the state of the codebase

I'm looking into cleaning up the code to pass the time. Probably mostly focused around optimizing build times and cleaning up minor things here and there. 1. I'm noticing that several move constructors/assignment operators are missing the noexcept keyword. Honestly probably a lot of places are. Any ...
by DrWhoCares
19 Oct 2023, 01:33
Forum: Support
Topic: Unresolved external symbol boost::throw_exception
Replies: 4
Views: 1244

Re: Unresolved external symbol boost::throw_exception

I took a look and it looks like my boost folder is missing all of the source files. It only has built files. Not sure if you're just using dll version of boost or not though. Also here's the Output tab instead of the error tab. Build started... 1>------ Build started: Project: ZERO_CHECK, Configurat...
by DrWhoCares
18 Oct 2023, 07:34
Forum: Support
Topic: Unresolved external symbol boost::throw_exception
Replies: 4
Views: 1244

Unresolved external symbol boost::throw_exception

Went through the instructions to start looking at contributing, tried to build the solution, only errors are unresolved external symbols for boost::throw_exception. Did I miss a step related to boost, or otherwise have some sorta thing I should handle to fix this? All I did was run the bash script a...