Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
cbMongoServer.hpp
Go to the documentation of this file.
1 
11 #ifndef __UTILS_CB_MONGO_SERVER_HPP_
12 #define __UTILS_CB_MONGO_SERVER_HPP_
13 
14 #ifdef _WIN32
15 #if _MSC_VER > 1000
16 #pragma once
17 #endif
18 #endif
19 
20 #if defined(__unix__) && defined(__clang__)
21 #pragma once
22 #endif
23 
24 namespace cb {
25 namespace utils {} // namespace utils
26 } // namespace cb
27 
28 #endif //! __UTILS_CB_MONGO_SERVER_HPP_
cb
_WIN32
Definition: api.cpp:4