rogue
Loading...
Searching...
No Matches
Directives.h
Go to the documentation of this file.
1
17#ifndef __ROGUE_DIRECTIVES_H__
18#define __ROGUE_DIRECTIVES_H__
19
21#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
23#define PY_SSIZE_T_CLEAN
25#define BOOST_BIND_GLOBAL_PLACEHOLDERS
26
28#define CRCPP_USE_CPP11
29
30#ifndef __STDC_FORMAT_MACROS
32 #define __STDC_FORMAT_MACROS
33#endif
34
35#endif