azure_data_cosmos_driver 0.5.0

Core implementation layer for Azure Cosmos DB - provides transport, routing, and protocol handling for cross-language SDK reuse
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// bindgen_wrapper.h -- Thin wrapper for bindgen compatibility.
// The original QueryPlanInterop.h uses MSVC's offsetof() in static_assert,
// which clang rejects in constexpr context. This wrapper suppresses those
// assertions while preserving all type and function declarations.

#define static_assert(...) /* suppressed for bindgen */
#include "QueryPlanInterop.h"