Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #88: macros with no BOOST_ prefix #89

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions include/boost/program_options.hpp
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion include/boost/program_options/config.hpp
Original file line number Diff line number Diff line change
@@ -48,5 +48,5 @@
#endif


#endif // PROGRAM_OPTIONS_CONFIG_HK_2004_01_11
#endif // BOOST_PROGRAM_OPTIONS_CONFIG_HK_2004_01_11