You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
283 B
14 lines
283 B
9 years ago
|
|
||
|
#if __cplusplus >= 201103L
|
||
|
|
||
|
#include <infer_model/begin_name_override.inc>
|
||
|
#include_next <memory>
|
||
|
#include <infer_model/end_name_override.inc>
|
||
|
|
||
|
#include<infer_model/shared_ptr.h>
|
||
|
|
||
|
#else // __cplusplus < 201103L
|
||
|
// don't model memory for pre-C++11 code
|
||
|
#include_next <memory>
|
||
|
#endif
|