FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cxx11-test-sharedpointer.cpp
Go to the documentation of this file.
1 #include <memory>
2 using std::shared_ptr;
3 
4 int main()
5 {
6 
7  return 0;
8 }
int main(void)