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
248
questions and find answers to
106
problems.
Stats
2.6k
EtPoint
232
Vote count
248
questions
106
answers
About
I work in the field of 3D geometry, mesh, point clouds and voxel-based algorithms.
Fedor questions
Exposing private base class name with `using` in C++
What constructors must be defined to satisfy copy constructible concept for any-like class?
Can a function parameter be used as template argument?
Can a class with consteval constructor be created on heap in C++?
Resolution of built-in operator == overloads
Can one forward-declare a function taking a vector of incomplete type with a default value?
CUDA compatibility with Visual Studio 2022 version 17.10
tbb::parallel_reduce vs tbb::parallel_deterministic_reduce
Copy elision when initializing a base-class subobject with aggregate initialization
Can a type be defined inside a template parameter list in C++?
Fedor answers
How can I disable concept evaluation result caching?
No integer overflow warning reported in the call to constructor
How can I use Marching Squares to generate a polygonal mesh of a bitmap?
Are pointers to pure virtual member functions of local classes allowed?
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 ==