List Question
20 TechQA 2022-06-16T03:13:12.033000Type of a global object dependent on boolean flag (determined at runtime)
90 views
Asked by roulette01
In smart_ptr constructor, why pass by value and not pass by const ref?
85 views
Asked by twj
How do I re-enable C++17 removed features in clang?
2.1k views
Asked by regomodo
Example of C++ std::vector<std::auto_ptr<T>> that compiles but fails
114 views
Asked by Mark Meretzky
c++ auto_ptr destroyed when passed into a function
185 views
Asked by Lost1
Using auto_ptr<std::ofstream> object
389 views
Asked by Yury Finchenko
Why unique_ptr works but auto_ptr doesn’t with STL
285 views
Asked by anurag86
storing std::auto_ptr in a container
67 views
Asked by Itachi Uchiwa
Why is using a reference or unique pointer member of a class a bad thing?
1.5k views
Asked by Roman2452809
smart pointer with unexpected behavior
75 views
Asked by Newbie
unique_ptr/auto_ptr look alike with custom deleter for c++98
418 views
Asked by Peretz Levinov
Resurrecting std::auto_ptr in GCC when compiling with -std=c++17
1.6k views
Asked by Violet Giraffe
initializing functions as auto_ptr with class reference
107 views
Asked by Abhay Nayak
Alternative library/template class for the deprecated auto_ptr in C++17
277 views
Asked by Brian M
Returning auto_ptr has different results on diferent gcc versions
69 views
Asked by JCowfer
What is the difference between *ptr and *ptr.get() when using auto_ptr?
3.2k views
Asked by user2856064
How to debug regasm (what types get registered)
258 views
Asked by Mijin
Is get() reliable when an auto_ptr is uninitialized?
282 views
Asked by Marc
Misleading performance warning for auto_ptr type passed by value
400 views
Asked by Wolf
Why auto_ptr initialization using the assignment syntax is not allowed
1.6k views
Asked by Vaska el gato