CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
shared_ptr.h
1
2#ifndef _shared_ptr_h_
3#define _shared_ptr_h_
4
5#include <system/smart_ptr.h>
6
7// Implementation is moved to smart_ptr.h.
8
9#endif