Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Fedor
Fedor has asked
209
questions and find answers to
100
problems.
Stats
2.3k
EtPoint
207
Vote count
209
questions
100
answers
About
I work in the field of 3D geometry, mesh, point clouds and voxel-based algorithms.
Fedor questions
Must coroutine return type be copy- or move-constructible if it is passed in co_await
Move elision in explicit object member functions
Argument-dependent lookup in Visual C++ [duplicate]
Compilation and linking errors using std::stacktrace
Class with constructor template requiring copyable argument is not copyable by itself
Can anonymous union be simply `const` (not `constexpr`)?
How to support 3dconnexion SpaceMouse in a GLFW C++ application?
Copy constructor with impossible requires-constraint
Can concept checking be delayed till class instantiation in C++?
What is the purpose of `operator auto() = delete` in C++?
Fedor answers
Visual Studio generated suspicious assembly code when a oneAPI TBB header is present in a PCH
How to support 3dconnexion SpaceMouse in a GLFW C++ application?
Can Different Lambdas Decay to the Same Function Pointer?
Implicit operator != resolving ambiguity in operators ==
Generated constructors if class has a member with same name as class
Intersection 3D meshes python
Why isn't RVO applied to base class subobject initialization?
How to fix compilation errors in MSVC related to declaration of anonymous struct inside a 'for' loop?
Does computed `goto` respect C++ object lifetime?
Different compiler behaviour when using alias as scope to get parent member