libcopp
2.2.0
include
libcopp
utils
config
stl_include_suffix.h
Go to the documentation of this file.
1
// Copyright 2023 atframwork.
2
// Created by owent on 2022-05-23
3
// Usage:
4
// // clang-format off
5
// #include <libcopp/utils/config/stl_include_prefix.h> // NOLINT(build/include_order)
6
// // clang-format on
7
// #include <sstream> //...
8
// // clang-format off
9
// #include <libcopp/utils/config/stl_include_suffix.h> // NOLINT(build/include_order)
10
// // clang-format on
11
12
// This file may be include multiple times, do not add #pragma once here
13
// NOLINT(build/header_guard)
14
15
#ifdef LIBCOPP_UTILS_CONFIG_STL_INCLUDE_PREFIX_H
16
17
# if defined(__GNUC__) && !defined(_WIN32) && !defined(__CYGWIN__)
18
# pragma GCC visibility pop
19
# endif
20
21
# undef LIBCOPP_UTILS_CONFIG_STL_INCLUDE_PREFIX_H
22
23
#endif
Generated by
1.9.1