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
220
questions and find answers to
102
problems.
Stats
2.4k
EtPoint
214
Vote count
220
questions
102
answers
About
I work in the field of 3D geometry, mesh, point clouds and voxel-based algorithms.
Fedor questions
Can any char be converted in bool using std::bit_cast?
At which point are default template arguments instantiated in C++?
Can constructor's member initializer include initialization of another member?
Default equality operator for an empty union
warning C5246: the initialization of a subobject should be wrapped in braces
Why copying of vector's elements can be done with not-const lvalue argument?
Why does `to_string( std::stacktrace::current() )` hang if called during Windows DLL loading
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?
Fedor answers
Does reading to another variant member of a union that has the same type as the active variant cause UB?
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?