SpiceQA
Questions
Tags
Users
Badges
make-shared
11 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why it needs a rvalue copy constructor even it won't be called?
user_16822979
0
•
asked Sep 3, 2021
3
1
84
make-shared
lvalue
rvalue
c++11
c++
How to call std::make_shared in case of initializer_list arguments?
user_7325599
0
•
asked Jul 3, 2021
2
1
196
make-shared
initializer-list
c++
Enforcing std::shared_ptr usage via protected constructors and a static member function to create instances and std::make_shared
user_3692861
0
•
asked Oct 26, 2020
2
1
141
make-shared
std
shared-ptr
c++
Is it possible that make_shared has no any exception but returns a nullptr?
user_9243289
0
•
asked Apr 8, 2020
3
1
1709
make-shared
shared-ptr
c++11
c++
too many arguments to function std::make_shared<vector>
user_113718
0
•
asked Apr 6, 2020
6
1
1460
make-shared
list-initialization
initializer-list
vector
c++
GCC 8 fails to compile make_shared<volatile int>()
John_Zwinck_4323
0
•
asked Sep 11, 2018
3
1
131
make-shared
volatile
c++11
gcc
c++
differences between make_unique and make_shared when handling arrays
user_6135458
0
•
asked Aug 30, 2018
6
1
3692
make-shared
smart-pointers
c++
Allocate char* array with boost::make_shared
user_2735714
0
•
asked Oct 6, 2017
3
2
1751
make-shared
shared-ptr
smart-pointers
boost
c++
How to fix "Invalid read of size 8 - 40 bytes inside a block of size 64 free'd"
user_398460
0
•
asked Sep 15, 2017
5
1
1006
make-shared
shared-ptr
dictionary
boost
c++
When should I prefer `shared_ptr` to `make_shared`?
user_2589553
0
•
asked Jul 17, 2017
3
2
1321
make-shared
shared-ptr
c++11
c++
1
(current)
2
Next
Next
Hot Questions