cpp-jwt/include/jwt/detail/meta.hpp
2017-11-01 17:04:09 +05:30

10 lines
112 B
C++

#ifndef JWT_META_HPP
#define JWT_META_HPP
namespace jwt {
namespace detail {
}
} // END namespace jwt
#endif