LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc_version.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2// Copyright Verizon Media 2020
22
23#pragma once
24
25#if !defined(SWOC_VERSION_NS)
26#define SWOC_VERSION_NS _1_5_14
27#endif
28
29namespace swoc { inline namespace SWOC_VERSION_NS {
30static constexpr unsigned MAJOR_VERSION = 1;
31static constexpr unsigned MINOR_VERSION = 5;
32static constexpr unsigned POINT_VERSION = 14;
33}} // namespace swoc::SWOC_VERSION_NS
For template deduction guides.
Definition ArenaWriter.cc:9