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
266
questions and find answers to
111
problems.
Stats
2.8k
EtPoint
256
Vote count
266
questions
111
answers
About
I work in the field of 3D geometry, mesh, point clouds and voxel-based algorithms.
Fedor questions
Which c++ compiler is wrong on this code? [duplicate]
Can an object with uninitialized fields be safely added in std::vector?
Overload resolution between constructor and inherited constructor in C++ - which compiler is correct?
Must consteval constructor initialize all data members?
How to detect C++20 mode of compilation?
Possible change in behavior, change in UDT return calling convention
Overload resolution between conversion operators to value and to const-reference in C++
Overload resolution for function templates with auto non-type template parameter
Overload resolution between two constructors from std::initializer_list
Requires expression with local parameter of void type
Fedor answers
MSVC throws "Run-Time Check Failure #2" (corrupted stack) for this use of the overload / std::visit pattern (C++17)
What is the use of dynamic_pointer_cast in C++? When is it used? What are alternatives for dynamic_pointer_cast?
Error on moving a packaged_task object to lambda capture
MSVC bug in fold expression using variant?
How can i extrude a stl with python
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?