Skip to content
Open
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand All @@ -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
Expand Up @@ -48,5 +48,5 @@
#endif


#endif // PROGRAM_OPTIONS_CONFIG_HK_2004_01_11
#endif // BOOST_PROGRAM_OPTIONS_CONFIG_HK_2004_01_11