25#if !defined(SWOC_VERSION_NS)
26#define SWOC_VERSION_NS _1_5_14
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;
For template deduction guides.