We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486e341 commit acdf8eeCopy full SHA for acdf8ee
2 files changed
include/boost/program_options.hpp
@@ -5,8 +5,8 @@
5
6
// See www.boost.org/libs/program_options for documentation.
7
8
-#ifndef PROGRAM_OPTIONS_VP_2003_05_19
9
-#define PROGRAM_OPTIONS_VP_2003_05_19
+#ifndef BOOST_PROGRAM_OPTIONS_VP_2003_05_19
+#define BOOST_PROGRAM_OPTIONS_VP_2003_05_19
10
11
#if defined(_MSC_VER)
12
#pragma once
@@ -22,4 +22,4 @@
22
#include <boost/program_options/value_semantic.hpp>
23
#include <boost/program_options/version.hpp>
24
25
-#endif
+#endif // BOOST_PROGRAM_OPTIONS_VP_2003_05_19
include/boost/program_options/config.hpp
@@ -48,5 +48,5 @@
48
#endif
49
50
51
-#endif // PROGRAM_OPTIONS_CONFIG_HK_2004_01_11
+#endif // BOOST_PROGRAM_OPTIONS_CONFIG_HK_2004_01_11
52
0 commit comments