15#ifndef RAPIDJSON_INTERNAL_SWAP_H_
16#define RAPIDJSON_INTERNAL_SWAP_H_
22RAPIDJSON_DIAG_OFF(c++98-compat)
25RAPIDJSON_NAMESPACE_BEGIN
33inline void Swap(T& a, T& b) RAPIDJSON_NOEXCEPT {
40RAPIDJSON_NAMESPACE_END
common definitions and configuration