forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commit9c0f914
committed
Workaround Boost.Optional 1.56.0 MSVC 2010 Issue
This change takes the advice of the Boost.Optional maintainer whenworking around the breaking changes in Boost.Optional 1.56.0 --apparently MSVC has a bug in copy-construction resolution whichconsiders multiple conversions (not a standard-conforming extension)and because of changes to the Boost.Optional interface is being hit.This commit only works around the MSVC 2010 compiler. It may be thatthe bug is also in newer versions of the compiler, but that I'm lesssure about.1 parent731a7a8 commit9c0f914
1 file changed
+21
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
32 | 48 | | |
33 | 49 | | |
| 50 | + | |
| 51 | + | |
34 | 52 | | |
35 | 53 | | |
36 | 54 | | |
| |||
41 | 59 | | |
42 | 60 | | |
43 | 61 | | |
44 | | - | |
45 | 62 | | |
46 | | - | |
47 | 63 | | |
48 | 64 | | |
49 | 65 | | |
0 commit comments
Comments
(0)