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
202
questions and find answers to
99
problems.
Stats
2.3k
EtPoint
205
Vote count
202
questions
99
answers
About
I work in the field of 3D geometry, mesh, point clouds and voxel-based algorithms.
Fedor questions
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++?
Can one volatile constexpr variable initialize another one in C++?
First std::mutex::lock() crashes in application built with latest Visual Studio 2022
Why does operator() copy movable temporaries in Clang?
Why does Clang 12 refuse to initialize aggregates in the C++20 way?
Scoped_lock with repeating arguments
Fedor answers
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
constexpr(sizeof(T)): Why specify `constexpr` on `sizeof`?