AYON Usd Resolver  0.1.0
Loading...
Searching...
No Matches
boost_include_wrapper.h
Go to the documentation of this file.
1#ifndef BOOST_INCLUDE_WRAPPER_H
2#define BOOST_INCLUDE_WRAPPER_H
3#ifndef AR_BOOST_NAMESPACE
4 #define AR_BOOST_NAMESPACE boost
5#endif
6
7#define BOOST_INCLUDE(path) <AR_BOOST_NAMESPACE/path>
8
9// #define BOOST_INCLUDE(path) <CONCATENATE(AR_BOOST_NAMESPACE, path)>
10#endif // BOOST_INCLUDE_WRAPPER_H