8 lines
134 B
8 lines
134 B
7 years ago
|
#include <infer_model/portability.h>
|
||
|
|
||
|
#ifdef INFER_CPP11_ON
|
||
|
# include <infer_model/iostream.h>
|
||
|
#else
|
||
|
# include_next <iostream>
|
||
|
#endif
|