cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
config.hpp File Reference

Public SDK configuration and compatibility markers. More...

Go to the source code of this file.

Macros

#define CXXMCP_SDK_MIN_CXX_STANDARD   201703L
 Minimum C++ language level supported by public SDK headers.
 
#define CXXMCP_DEPRECATED(message)
 

Detailed Description

Public SDK configuration and compatibility markers.

Macro Definition Documentation

◆ CXXMCP_SDK_MIN_CXX_STANDARD

#define CXXMCP_SDK_MIN_CXX_STANDARD   201703L

Minimum C++ language level supported by public SDK headers.

Core SDK headers and exported package targets are expected to compile as C++17 by default. Optional runtime tools may require a newer language mode.