1 | Build started 13.12.2012 19:43:53.
|
---|
2 | 1>Project "E:\Documents\Miscellaneous\BoostSerializationBugReport\BoostSerializationBugReport.vcxproj" on node 2 (Build target(s)).
|
---|
3 | 1>InitializeBuildStatus:
|
---|
4 | Creating "Debug\BoostSerializationBugReport.unsuccessfulbuild" because "AlwaysCreate" was specified.
|
---|
5 | ClCompile:
|
---|
6 | C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D _MBCS /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt main.cpp
|
---|
7 | main.cpp
|
---|
8 | 1>j:\libraries\boost_1_52_0\boost\mpl\print.hpp(51): warning C4308: negative integral constant converted to unsigned type
|
---|
9 | j:\libraries\boost_1_52_0\boost\serialization\static_warning.hpp(92) : see reference to class template instantiation 'boost::mpl::print<T>' being compiled
|
---|
10 | with
|
---|
11 | [
|
---|
12 | T=boost::serialization::BOOST_SERIALIZATION_STATIC_WARNING_LINE<98>
|
---|
13 | ]
|
---|
14 | j:\libraries\boost_1_52_0\boost\archive\detail\check.hpp(98) : see reference to class template instantiation 'boost::serialization::static_warning_test<B,L>' being compiled
|
---|
15 | with
|
---|
16 | [
|
---|
17 | B=false,
|
---|
18 | L=98
|
---|
19 | ]
|
---|
20 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(313) : see reference to function template instantiation 'void boost::archive::detail::check_object_tracking<T>(void)' being compiled
|
---|
21 | with
|
---|
22 | [
|
---|
23 | T=Foo
|
---|
24 | ]
|
---|
25 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(525) : see reference to function template instantiation 'void boost::archive::detail::save_non_pointer_type<Archive>::invoke<T>(Archive &,T &)' being compiled
|
---|
26 | with
|
---|
27 | [
|
---|
28 | Archive=boost::archive::text_oarchive,
|
---|
29 | T=Foo
|
---|
30 | ]
|
---|
31 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(525) : see reference to function template instantiation 'void boost::archive::detail::save_non_pointer_type<Archive>::invoke<T>(Archive &,T &)' being compiled
|
---|
32 | with
|
---|
33 | [
|
---|
34 | Archive=boost::archive::text_oarchive,
|
---|
35 | T=Foo
|
---|
36 | ]
|
---|
37 | j:\libraries\boost_1_52_0\boost\archive\detail\common_oarchive.hpp(69) : see reference to function template instantiation 'void boost::archive::save<Archive,T>(Archive &,T &)' being compiled
|
---|
38 | with
|
---|
39 | [
|
---|
40 | Archive=boost::archive::text_oarchive,
|
---|
41 | T=Foo
|
---|
42 | ]
|
---|
43 | j:\libraries\boost_1_52_0\boost\archive\basic_text_oarchive.hpp(80) : see reference to function template instantiation 'void boost::archive::detail::common_oarchive<Archive>::save_override<T>(T &,int)' being compiled
|
---|
44 | with
|
---|
45 | [
|
---|
46 | Archive=boost::archive::text_oarchive,
|
---|
47 | T=Foo
|
---|
48 | ]
|
---|
49 | j:\libraries\boost_1_52_0\boost\archive\basic_text_oarchive.hpp(80) : see reference to function template instantiation 'void boost::archive::detail::common_oarchive<Archive>::save_override<T>(T &,int)' being compiled
|
---|
50 | with
|
---|
51 | [
|
---|
52 | Archive=boost::archive::text_oarchive,
|
---|
53 | T=Foo
|
---|
54 | ]
|
---|
55 | j:\libraries\boost_1_52_0\boost\archive\detail\interface_oarchive.hpp(63) : see reference to function template instantiation 'void boost::archive::basic_text_oarchive<Archive>::save_override<T>(T &,int)' being compiled
|
---|
56 | with
|
---|
57 | [
|
---|
58 | Archive=boost::archive::text_oarchive,
|
---|
59 | T=Foo
|
---|
60 | ]
|
---|
61 | j:\libraries\boost_1_52_0\boost\archive\detail\interface_oarchive.hpp(63) : see reference to function template instantiation 'void boost::archive::basic_text_oarchive<Archive>::save_override<T>(T &,int)' being compiled
|
---|
62 | with
|
---|
63 | [
|
---|
64 | Archive=boost::archive::text_oarchive,
|
---|
65 | T=Foo
|
---|
66 | ]
|
---|
67 | e:\documents\miscellaneous\boostserializationbugreport\main.cpp(25) : see reference to function template instantiation 'Archive &boost::archive::detail::interface_oarchive<Archive>::operator <<<Foo>(T &)' being compiled
|
---|
68 | with
|
---|
69 | [
|
---|
70 | Archive=boost::archive::text_oarchive,
|
---|
71 | T=Foo
|
---|
72 | ]
|
---|
73 | e:\documents\miscellaneous\boostserializationbugreport\main.cpp(25) : see reference to function template instantiation 'Archive &boost::archive::detail::interface_oarchive<Archive>::operator <<<Foo>(T &)' being compiled
|
---|
74 | with
|
---|
75 | [
|
---|
76 | Archive=boost::archive::text_oarchive,
|
---|
77 | T=Foo
|
---|
78 | ]
|
---|
79 | 1>j:\libraries\boost_1_52_0\boost\type_traits\is_polymorphic.hpp(46): error C3246: 'boost::detail::is_polymorphic_imp1<T>::d2' : cannot inherit from 'Foo' as it has been declared as 'final'
|
---|
80 | with
|
---|
81 | [
|
---|
82 | T=Foo
|
---|
83 | ]
|
---|
84 | e:\documents\miscellaneous\boostserializationbugreport\main.cpp(7) : see declaration of 'Foo'
|
---|
85 | j:\libraries\boost_1_52_0\boost\type_traits\is_polymorphic.hpp(62) : see reference to class template instantiation 'boost::detail::is_polymorphic_imp1<T>::d2' being compiled
|
---|
86 | with
|
---|
87 | [
|
---|
88 | T=Foo
|
---|
89 | ]
|
---|
90 | j:\libraries\boost_1_52_0\boost\type_traits\is_polymorphic.hpp(97) : see reference to class template instantiation 'boost::detail::is_polymorphic_imp1<T>' being compiled
|
---|
91 | with
|
---|
92 | [
|
---|
93 | T=Foo
|
---|
94 | ]
|
---|
95 | j:\libraries\boost_1_52_0\boost\type_traits\is_polymorphic.hpp(102) : see reference to class template instantiation 'boost::detail::is_polymorphic_imp<T>' being compiled
|
---|
96 | with
|
---|
97 | [
|
---|
98 | T=Foo
|
---|
99 | ]
|
---|
100 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(131) : see reference to class template instantiation 'boost::is_polymorphic<T>' being compiled
|
---|
101 | with
|
---|
102 | [
|
---|
103 | T=Foo
|
---|
104 | ]
|
---|
105 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(130) : while compiling class template member function 'bool boost::archive::detail::oserializer<Archive,T>::is_polymorphic(void) const'
|
---|
106 | with
|
---|
107 | [
|
---|
108 | Archive=boost::archive::text_oarchive,
|
---|
109 | T=Foo
|
---|
110 | ]
|
---|
111 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(258) : see reference to class template instantiation 'boost::archive::detail::oserializer<Archive,T>' being compiled
|
---|
112 | with
|
---|
113 | [
|
---|
114 | Archive=boost::archive::text_oarchive,
|
---|
115 | T=Foo
|
---|
116 | ]
|
---|
117 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(308) : see reference to function template instantiation 'void boost::archive::detail::save_non_pointer_type<Archive>::save_standard::invoke<T>(Archive &,const T &)' being compiled
|
---|
118 | with
|
---|
119 | [
|
---|
120 | Archive=boost::archive::text_oarchive,
|
---|
121 | T=Foo
|
---|
122 | ]
|
---|
123 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(308) : see reference to function template instantiation 'void boost::archive::detail::save_non_pointer_type<Archive>::save_standard::invoke<T>(Archive &,const T &)' being compiled
|
---|
124 | with
|
---|
125 | [
|
---|
126 | Archive=boost::archive::text_oarchive,
|
---|
127 | T=Foo
|
---|
128 | ]
|
---|
129 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(314) : see reference to function template instantiation 'void boost::archive::detail::save_non_pointer_type<Archive>::invoke<T>(Archive &,const T &)' being compiled
|
---|
130 | with
|
---|
131 | [
|
---|
132 | Archive=boost::archive::text_oarchive,
|
---|
133 | T=Foo
|
---|
134 | ]
|
---|
135 | j:\libraries\boost_1_52_0\boost\archive\detail\oserializer.hpp(314) : see reference to function template instantiation 'void boost::archive::detail::save_non_pointer_type<Archive>::invoke<T>(Archive &,const T &)' being compiled
|
---|
136 | with
|
---|
137 | [
|
---|
138 | Archive=boost::archive::text_oarchive,
|
---|
139 | T=Foo
|
---|
140 | ]
|
---|
141 | 1>j:\libraries\boost_1_52_0\boost\type_traits\is_polymorphic.hpp(34): error C3246: 'boost::detail::is_polymorphic_imp1<T>::d1' : cannot inherit from 'Foo' as it has been declared as 'final'
|
---|
142 | with
|
---|
143 | [
|
---|
144 | T=Foo
|
---|
145 | ]
|
---|
146 | e:\documents\miscellaneous\boostserializationbugreport\main.cpp(7) : see declaration of 'Foo'
|
---|
147 | j:\libraries\boost_1_52_0\boost\type_traits\is_polymorphic.hpp(62) : see reference to class template instantiation 'boost::detail::is_polymorphic_imp1<T>::d1' being compiled
|
---|
148 | with
|
---|
149 | [
|
---|
150 | T=Foo
|
---|
151 | ]
|
---|
152 | 1>Done Building Project "E:\Documents\Miscellaneous\BoostSerializationBugReport\BoostSerializationBugReport.vcxproj" (Build target(s)) -- FAILED.
|
---|
153 |
|
---|
154 | Build FAILED.
|
---|
155 |
|
---|
156 | Time Elapsed 00:00:01.33
|
---|