CVB++ 15.1
Loading...
Searching...
No Matches
namespace.hpp
1#pragma once
2
3// hide inline namespace for documentation
4// clang-format off
5#define CVB_BEGIN_INLINE_NS inline namespace V_${VERSION_MAJOR}_${VERSION_MINOR} {
6#define CVB_END_INLINE_NS }
7// clang-format on