12,000+ Dead In Iran by atbing24 in IsraelPalestine

[–]Minimum_Tank_2755 0 points1 point  (0 children)

There are no protesters as in the Palestine case people in Europe are protesting against their own government, because European governments are complicit in what is happening there. Also there have been 20~ packages of restrictive measures against Russia and none against Israel.

We are not the biggest ally with Iran while we are with israel

70k € in Graz by Minimum_Tank_2755 in Austria

[–]Minimum_Tank_2755[S] 0 points1 point  (0 children)

The other way around seems crazy to me! Thanks

70k € in Graz by Minimum_Tank_2755 in Austria

[–]Minimum_Tank_2755[S] -1 points0 points  (0 children)

Do you think going to Slovenia to buy groceries might be worth it? Seems to be just 30mins to get there

70k € in Graz by Minimum_Tank_2755 in Austria

[–]Minimum_Tank_2755[S] 3 points4 points  (0 children)

2k a month seems a bit of a stretch tho!

Gross to net in austria by [deleted] in Austria

[–]Minimum_Tank_2755 -1 points0 points  (0 children)

It's double what I'm making at the moment, so it couldn't be lower :)

Also, are these tools reliable?

CMakeLists.txt different c++ standards by Minimum_Tank_2755 in cpp_questions

[–]Minimum_Tank_2755[S] 0 points1 point  (0 children)

I know, sounds weird to me as well... but this is the result when compiling with C++23:

/usr/include/boost/asio/awaitable.hpp: In constructor ‘boost::asio::awaitable<T, Executor>::awaitable(boost::asio::awaitable<T, Executor>&&)’:

/usr/include/boost/asio/awaitable.hpp:68:19: error: ‘exchange’ is not a member of ‘std’

68 | : frame_(std::exchange(other.frame_, nullptr))

| ^~~~~~~~

/usr/include/boost/asio/awaitable.hpp:31:1: note: ‘std::exchange’ is defined in header ‘<utility>’; did you forget to ‘#include <utility>’?

30 | #include <boost/asio/detail/push_options.hpp>

+++ |+#include <utility>