Ticket #7113: time_parsing.hpp_patch

File time_parsing.hpp_patch, 469 bytes (added by Gaurav Gupta <g.gupta@…>, 10 years ago)

Fix for the reported Bug.

Line 
1diff -Naur a/boost/date_time/time_parsing.hpp b/boost/date_time/time_parsing.hpp
2--- a/boost/date_time/time_parsing.hpp 2012-07-05 16:47:25.000000000 +0530
3+++ b/boost/date_time/time_parsing.hpp 2012-07-10 18:57:17.000000000 +0530
4@@ -116,6 +116,8 @@
5
6 break;
7 }
8+ default:
9+ break;
10 }//switch
11 pos++;
12 }
13@@ -280,6 +282,8 @@
14
15 break;
16 }
17+ default:
18+ break;
19 };
20 pos++;
21 }