Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Nevin
Nevin has asked
0
questions and find answers to
36
problems.
Stats
781
EtPoint
233
Vote count
0
questions
36
answers
About
C++ developer, committee member and Chicago meeting host
Nevin questions
Nevin answers
C++ std::unique_ptr but non movable?
returning a string from a function
Is there a better way in C++11 to construct classes on the stack
Moving a shared_ptr<StructA> into a shared_ptr<variant<StructA, StructB>>
Private constructor inhibits use of emplace[_back]() to avoid a move
How do you determine the size of the nodes created by a 'std::map' for use with 'boost::pool_allocator' (in a cross-platform way)?
If I need polymorphism should I use raw pointers instead of unique_ptr?
Range-based for and other increments
Why didn't C++11 incorporate all of Boost's type traits?
Does it make sense to provide only const iterators for a container?