User profile: Peter87

User info
User name:Peter87
Website:http://dataapa.net/
History
Joined:
Number of posts:11242
Latest posts:

why can't I use cout with without iostream
[quote=jonnin]Its not really meant to be included in a typical c++ source file as a staple / common ...

Pybind11 slows my C++ code substantially
You say it's slower but what time frame are we talking about? If it only runs for a few milliseconds...

Should the subscript "opt" be dropped in the definition of "array of N T" in the standard?
I think you might be right. It seems like a left-over from C++17 where it used one form to describe ...

Which item stipulates that A() is a prvalue?
I suspect so, but cppreference.com is not the official specification so it's possible that its expla...

Template errors creating a map<int,std::thread> using map::emplace
I think the problem is that std::thread will copy the arguments by default but std::mutex is not cop...