fixes #88: macros with no BOOST_ prefix (#89)

This commit is contained in:
Ahmed Abou Aliaa
2026-02-19 21:12:50 +01:00
committed by GitHub
parent 486e3418ff
commit acdf8eefe8
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
// See www.boost.org/libs/program_options for documentation.
#ifndef PROGRAM_OPTIONS_VP_2003_05_19
#define PROGRAM_OPTIONS_VP_2003_05_19
#ifndef BOOST_PROGRAM_OPTIONS_VP_2003_05_19
#define BOOST_PROGRAM_OPTIONS_VP_2003_05_19
#if defined(_MSC_VER)
#pragma once
@@ -22,4 +22,4 @@
#include <boost/program_options/value_semantic.hpp>
#include <boost/program_options/version.hpp>
#endif
#endif // BOOST_PROGRAM_OPTIONS_VP_2003_05_19

View File

@@ -48,5 +48,5 @@
#endif
#endif // PROGRAM_OPTIONS_CONFIG_HK_2004_01_11
#endif // BOOST_PROGRAM_OPTIONS_CONFIG_HK_2004_01_11