-
std::uncaught_exception() is deprecated in C++17, which is breaking builds by msvc with ‘/std:c++latest’ option on Windows.
Even I /D _SILENCE_CXX17_UNCAUGHT_EXCEPTION_DEPRECATION_WARNING to avoid …
-
Hi! I got this error caused by clatexmath package when building on macos:
```
Last 15 lines from /Users/haozhe/Library/Logs/Homebrew/clatexmath/02.ninja:
/Library/Developer/CommandLineTools/SDKs/…
-
With the latest Visual Studio 2022 Preview, `stdext::checked_array_iterator` has been deprecated. This results in compile errors like the following when including cpprestsdk's containerstream.h header…
-
`std::uncaught_exception` is deprecated in C++17 and replaced by `std::uncaught_exceptions` (the plural form).
At least MSVC 14.14 is issuing warnings (C4996):
```
hippomocks\hippomocks.h(908): w…
-
After completing cmake when running make, I get errors about undefined references. This is the output:
`[ 35%] Built target Project-core
[ 41%] Linking CXX executable /home/ben/e4rat-lite/Project-c…
-
Hi!
Tried to build the code, although I get an error in this line (line 38):
class AuthPropertyIterator
: public std::iterator {
the full error is this:
Error C4996 'std::iterator': warning…
-
I cannot install Mutate neither from AUR or git here is the output of the build.
```
==> Making package: mutate-git 72-1 (Sun Feb 7 17:33:40 CET 2016)
==> Checking runtime dependencies...
==> Checki…
-
Can someone help me out with this :
[ 36%] Built target obj_wallet
make[3]: Entering directory '/home/cristi/BitcoinZ/GraftNetwork-master/build/release'
make[3]: Leaving directory '/home/cristi/B…
-
### Describe the bug
I have bumped the `protobuf` version to the latest (`5.27.0`) and this seems to trigger a dependency on `abseil/20240116.2`, forcing a build from source.
The build however fa…
-
Hi Mat,
I'm getting the following warning from MSVC 2017 when compiling in C++17 mode (i.e. using the `/std:c++17` flag)
```
2> ... xeumeuleu/streams/xofstream.hpp(84): warning C4996: 'std::unc…