Skip to content

Commit acdf8ee

Browse files
authored
fixes #88: macros with no BOOST_ prefix (#89)
1 parent 486e341 commit acdf8ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

include/boost/program_options.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
// See www.boost.org/libs/program_options for documentation.
77

8-
#ifndef PROGRAM_OPTIONS_VP_2003_05_19
9-
#define PROGRAM_OPTIONS_VP_2003_05_19
8+
#ifndef BOOST_PROGRAM_OPTIONS_VP_2003_05_19
9+
#define BOOST_PROGRAM_OPTIONS_VP_2003_05_19
1010

1111
#if defined(_MSC_VER)
1212
#pragma once
@@ -22,4 +22,4 @@
2222
#include <boost/program_options/value_semantic.hpp>
2323
#include <boost/program_options/version.hpp>
2424

25-
#endif
25+
#endif // BOOST_PROGRAM_OPTIONS_VP_2003_05_19

include/boost/program_options/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
#endif
4949

5050

51-
#endif // PROGRAM_OPTIONS_CONFIG_HK_2004_01_11
51+
#endif // BOOST_PROGRAM_OPTIONS_CONFIG_HK_2004_01_11
5252

0 commit comments

Comments
 (0)