Skip to content

Commit da03a78

Browse files
committed
Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq is now clean. [SVN r85952]
1 parent 5059a8f commit da03a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/program_options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef PROGRAM_OPTIONS_VP_2003_05_19
99
#define PROGRAM_OPTIONS_VP_2003_05_19
1010

11-
#if defined(_MSC_VER) && _MSC_VER >= 1020
11+
#if defined(_MSC_VER)
1212
#pragma once
1313
#endif
1414

0 commit comments

Comments
 (0)