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
213
questions and find answers to
101
problems.
Stats
2.4k
EtPoint
209
Vote count
213
questions
101
answers
About
I work in the field of 3D geometry, mesh, point clouds and voxel-based algorithms.
Fedor questions
std::move whole range-expression in range-based for loop
Vector of array fails to compile [duplicate]
Is copy elision mandatory (if allowed at all) in the ternary operator?
C++ concept checking in incomplete-class context
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`)?
Fedor answers
Is copy elision mandatory (if allowed at all) in the ternary operator?
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?