MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config.hpp
Go to the documentation of this file.
1// Copyright 2009-present MongoDB, Inc.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15#if !defined(BSONCXX_V1_CONFIG_CONFIG_HPP)
16#define BSONCXX_V1_CONFIG_CONFIG_HPP
17
18#define BSONCXX_POLY_USE_IMPLS
19/* #undef BSONCXX_POLY_USE_STD */
20
25
26#if defined(BSONCXX_PRIVATE_DOXYGEN_PREPROCESSOR)
27
28#if !defined(BSONCXX_POLY_USE_IMPLS)
29#define BSONCXX_POLY_USE_IMPLS
30#endif // !defined(BSONCXX_POLY_USE_IMPLS)
31
32#if !defined(BSONCXX_POLY_USE_STD)
33#define BSONCXX_POLY_USE_STD
34#endif // !defined(BSONCXX_POLY_USE_IMPLS)
35
36#endif // BSONCXX_PRIVATE_DOXYGEN_PREPROCESSOR
37
42
47
48#endif // !defined(BSONCXX_V1_CONFIG_CONFIG_HPP)