Ticket #13183: out.txt

File out.txt, 101.2 KB (added by tomskside@…, 5 years ago)

build log

Line 
1Performing configuration checks
2
3 - 32-bit : no (cached)
4 - 64-bit : yes (cached)
5 - arm : no (cached)
6 - mips1 : no (cached)
7 - power : no (cached)
8 - sparc : no (cached)
9 - x86 : yes (cached)
10
11Building the Boost C++ Libraries.
12
13
14 - symlinks supported : yes (cached)
15
16Component configuration:
17
18 - atomic : not building
19 - chrono : not building
20 - container : not building
21 - context : not building
22 - coroutine : not building
23 - date_time : not building
24 - exception : not building
25 - fiber : not building
26 - filesystem : not building
27 - graph : not building
28 - graph_parallel : not building
29 - iostreams : not building
30 - locale : not building
31 - log : not building
32 - math : not building
33 - metaparse : not building
34 - mpi : not building
35 - program_options : not building
36 - python : not building
37 - random : not building
38 - regex : not building
39 - serialization : not building
40 - signals : not building
41 - stacktrace : not building
42 - system : not building
43 - test : not building
44 - thread : not building
45 - timer : not building
46 - type_erasure : not building
47 - wave : building
48
49clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_cpp_exprgrammar.obj
50
51 "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O0 -g -fno-inline -Wall -g -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_cpp_exprgrammar.obj" "libs\wave\src\instantiate_cpp_exprgrammar.cpp"
52
53In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
54In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
55In file included from .\boost/spirit/include/classic_core.hpp:11:
56In file included from .\boost/spirit/home/classic/core.hpp:42:
57In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
58In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
59In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
60In file included from .\boost/thread/mutex.hpp:14:
61In file included from .\boost/thread/win32/mutex.hpp:9:
62In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
63In file included from .\boost/thread/thread_time.hpp:9:
64In file included from .\boost/date_time/time_clock.hpp:16:
65.\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
66 result = std::localtime(t);
67 ^
68C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
69 _CRT_INSECURE_DEPRECATE(localtime_s)
70 ^
71C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
72 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
73 ^
74C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
75#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
76 ^
77In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
78In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
79In file included from .\boost/spirit/include/classic_core.hpp:11:
80In file included from .\boost/spirit/home/classic/core.hpp:42:
81In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
82In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
83In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
84In file included from .\boost/thread/mutex.hpp:14:
85In file included from .\boost/thread/win32/mutex.hpp:9:
86In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
87In file included from .\boost/thread/thread_time.hpp:9:
88In file included from .\boost/date_time/time_clock.hpp:16:
89.\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
90 result = std::gmtime(t);
91 ^
92C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
93 _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
94 ^
95C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
96 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
97 ^
98C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
99#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
100 ^
101In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
102.\boost/wave/grammars/cpp_expression_grammar.hpp:829:18: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
103 case T_CPPCOMMENT: // contains newline
104 ^
105libs\wave\src\instantiate_cpp_exprgrammar.cpp:44:40: note: in instantiation of member function 'boost::wave::grammars::expression_grammar_gen<boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::evaluate' requested here
106template struct boost::wave::grammars::expression_grammar_gen<token_type>;
107 ^
108In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
109.\boost/wave/grammars/cpp_expression_grammar.hpp:828:18: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
110 case T_EOF:
111 ^
112.\boost/wave/grammars/cpp_expression_grammar.hpp:827:18: error: case value evaluates to -1342176886, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
113 case T_NEWLINE:
114 ^
115.\boost/wave/grammars/cpp_expression_grammar.hpp:824:18: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
116 case T_CCOMMENT:
117 ^
118.\boost/wave/grammars/cpp_expression_grammar.hpp:823:18: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
119 case T_SPACE2:
120 ^
121.\boost/wave/grammars/cpp_expression_grammar.hpp:822:18: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
122 case T_SPACE:
123 ^
1242 warnings and 6 errors generated.
125clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer.obj
126
127 "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O0 -g -fno-inline -Wall -g -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer.obj" "libs\wave\src\instantiate_re2c_lexer.cpp"
128
129In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
130In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
131In file included from .\boost/spirit/include/classic_core.hpp:11:
132In file included from .\boost/spirit/home/classic/core.hpp:42:
133In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
134In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
135In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
136In file included from .\boost/thread/mutex.hpp:14:
137In file included from .\boost/thread/win32/mutex.hpp:9:
138In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
139In file included from .\boost/thread/thread_time.hpp:9:
140In file included from .\boost/date_time/time_clock.hpp:16:
141.\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
142 result = std::localtime(t);
143 ^
144C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
145 _CRT_INSECURE_DEPRECATE(localtime_s)
146 ^
147C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
148 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
149 ^
150C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
151#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
152 ^
153In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
154In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
155In file included from .\boost/spirit/include/classic_core.hpp:11:
156In file included from .\boost/spirit/home/classic/core.hpp:42:
157In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
158In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
159In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
160In file included from .\boost/thread/mutex.hpp:14:
161In file included from .\boost/thread/win32/mutex.hpp:9:
162In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
163In file included from .\boost/thread/thread_time.hpp:9:
164In file included from .\boost/date_time/time_clock.hpp:16:
165.\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
166 result = std::gmtime(t);
167 ^
168C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
169 _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
170 ^
171C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
172 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
173 ^
174C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
175#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
176 ^
177In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
178.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
179 vsprintf(buffer, msg, params);
180 ^
181.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
182 : re2c_lexer(first, last, pos, language)
183 ^
184.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
185 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
186 ^
187libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
188template struct boost::wave::cpplexer::new_lexer_gen<
189 ^
190C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
191 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
192 ^
193C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
194 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
195 ^
196C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
197 _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
198 ^
199C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
200 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
201 ^
202C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
203#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
204 ^
205In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
206.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
207 case T_ANY_TRIGRAPH:
208 ^
209.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
210 lex_functor(IteratorT const &first, IteratorT const &last,
211 ^
212.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
213 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
214 ^
215libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
216template struct boost::wave::cpplexer::new_lexer_gen<
217 ^
218In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
219.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
220 case T_EOF:
221 ^
222.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
223 case T_PP_NUMBER:
224 ^
225.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
226 case T_ANY:
227 ^
228.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
229 case T_SPACE2:
230 ^
231.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
232 case T_SPACE:
233 ^
234.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
235 case T_CPPCOMMENT:
236 ^
237.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
238 case T_CCOMMENT:
239 ^
240.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
241 case T_ANY_TRIGRAPH:
242 ^
243.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
244 token_type& get(token_type& result) { return re2c_lexer.get(result); }
245 ^
246.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
247 lex_functor(IteratorT const &first, IteratorT const &last,
248 ^
249.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
250 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
251 ^
252libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
253template struct boost::wave::cpplexer::new_lexer_gen<
254 ^
255In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
256.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
257 case T_EOF:
258 ^
259.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
260 case T_PP_NUMBER:
261 ^
262.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
263 case T_ANY:
264 ^
265.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
266 case T_SPACE2:
267 ^
268.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
269 case T_SPACE:
270 ^
271.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
272 case T_CPPCOMMENT:
273 ^
274.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
275 case T_CCOMMENT:
276 ^
277.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
278 case T_ANY_TRIGRAPH:
279 ^
280.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
281 token_type& get(token_type& result) { return re2c_lexer.get(result); }
282 ^
283.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
284 lex_functor(IteratorT const &first, IteratorT const &last,
285 ^
286.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
287 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
288 ^
289libs\wave\src\instantiate_re2c_lexer.cpp:57:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
290template struct boost::wave::cpplexer::new_lexer_gen<
291 ^
292In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
293.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
294 case T_EOF:
295 ^
296.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
297 case T_PP_NUMBER:
298 ^
299fatal error: too many errors emitted, stopping now [-ferror-limit=]
3003 warnings and 20 errors generated.
301clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer_str.obj
302
303 "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O0 -g -fno-inline -Wall -g -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer_str.obj" "libs\wave\src\instantiate_re2c_lexer_str.cpp"
304
305In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
306In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
307In file included from .\boost/spirit/include/classic_core.hpp:11:
308In file included from .\boost/spirit/home/classic/core.hpp:42:
309In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
310In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
311In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
312In file included from .\boost/thread/mutex.hpp:14:
313In file included from .\boost/thread/win32/mutex.hpp:9:
314In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
315In file included from .\boost/thread/thread_time.hpp:9:
316In file included from .\boost/date_time/time_clock.hpp:16:
317.\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
318 result = std::localtime(t);
319 ^
320C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
321 _CRT_INSECURE_DEPRECATE(localtime_s)
322 ^
323C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
324 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
325 ^
326C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
327#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
328 ^
329In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
330In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
331In file included from .\boost/spirit/include/classic_core.hpp:11:
332In file included from .\boost/spirit/home/classic/core.hpp:42:
333In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
334In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
335In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
336In file included from .\boost/thread/mutex.hpp:14:
337In file included from .\boost/thread/win32/mutex.hpp:9:
338In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
339In file included from .\boost/thread/thread_time.hpp:9:
340In file included from .\boost/date_time/time_clock.hpp:16:
341.\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
342 result = std::gmtime(t);
343 ^
344C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
345 _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
346 ^
347C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
348 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
349 ^
350C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
351#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
352 ^
353In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
354.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
355 vsprintf(buffer, msg, params);
356 ^
357.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
358 : re2c_lexer(first, last, pos, language)
359 ^
360.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
361 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
362 ^
363libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
364template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
365 ^
366C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
367 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
368 ^
369C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
370 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
371 ^
372C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
373 _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
374 ^
375C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
376 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
377 ^
378C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
379#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
380 ^
381In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
382.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
383 case T_ANY_TRIGRAPH:
384 ^
385.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
386 lex_functor(IteratorT const &first, IteratorT const &last,
387 ^
388.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
389 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
390 ^
391libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
392template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
393 ^
394In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
395.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
396 case T_EOF:
397 ^
398.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
399 case T_PP_NUMBER:
400 ^
401.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
402 case T_ANY:
403 ^
404.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
405 case T_SPACE2:
406 ^
407.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
408 case T_SPACE:
409 ^
410.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
411 case T_CPPCOMMENT:
412 ^
413.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
414 case T_CCOMMENT:
415 ^
416.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
417 case T_ANY_TRIGRAPH:
418 ^
419.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
420 token_type& get(token_type& result) { return re2c_lexer.get(result); }
421 ^
422.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
423 lex_functor(IteratorT const &first, IteratorT const &last,
424 ^
425.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
426 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
427 ^
428libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
429template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
430 ^
431In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
432.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
433 case T_EOF:
434 ^
435.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
436 case T_PP_NUMBER:
437 ^
438.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
439 case T_ANY:
440 ^
441.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
442 case T_SPACE2:
443 ^
444.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
445 case T_SPACE:
446 ^
447.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
448 case T_CPPCOMMENT:
449 ^
450.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
451 case T_CCOMMENT:
452 ^
453.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
454 case T_ANY_TRIGRAPH:
455 ^
456.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
457 token_type& get(token_type& result) { return re2c_lexer.get(result); }
458 ^
459.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
460 lex_functor(IteratorT const &first, IteratorT const &last,
461 ^
462.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
463 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
464 ^
465libs\wave\src\instantiate_re2c_lexer_str.cpp:56:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
466template struct boost::wave::cpplexer::new_lexer_gen<std::string::const_iterator>;
467 ^
468In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
469.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
470 case T_EOF:
471 ^
472.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
473 case T_PP_NUMBER:
474 ^
475fatal error: too many errors emitted, stopping now [-ferror-limit=]
4763 warnings and 20 errors generated.
477...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>libboost_wave-clang50-mt-d-1_65.lib(clean) for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
478...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>libboost_wave-clang50-mt-d-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
479...skipped <pstage\lib>libboost_wave-clang50-mt-d-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>libboost_wave-clang50-mt-d-1_65.lib...
480clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_cpp_exprgrammar.obj
481
482 "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O3 -Wno-inline -Wall -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_cpp_exprgrammar.obj" "libs\wave\src\instantiate_cpp_exprgrammar.cpp"
483
484In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
485In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
486In file included from .\boost/spirit/include/classic_core.hpp:11:
487In file included from .\boost/spirit/home/classic/core.hpp:42:
488In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
489In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
490In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
491In file included from .\boost/thread/mutex.hpp:14:
492In file included from .\boost/thread/win32/mutex.hpp:9:
493In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
494In file included from .\boost/thread/thread_time.hpp:9:
495In file included from .\boost/date_time/time_clock.hpp:16:
496.\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
497 result = std::localtime(t);
498 ^
499C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
500 _CRT_INSECURE_DEPRECATE(localtime_s)
501 ^
502C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
503 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
504 ^
505C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
506#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
507 ^
508In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
509In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
510In file included from .\boost/spirit/include/classic_core.hpp:11:
511In file included from .\boost/spirit/home/classic/core.hpp:42:
512In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
513In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
514In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
515In file included from .\boost/thread/mutex.hpp:14:
516In file included from .\boost/thread/win32/mutex.hpp:9:
517In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
518In file included from .\boost/thread/thread_time.hpp:9:
519In file included from .\boost/date_time/time_clock.hpp:16:
520.\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
521 result = std::gmtime(t);
522 ^
523C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
524 _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
525 ^
526C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
527 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
528 ^
529C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
530#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
531 ^
532In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
533.\boost/wave/grammars/cpp_expression_grammar.hpp:829:18: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
534 case T_CPPCOMMENT: // contains newline
535 ^
536libs\wave\src\instantiate_cpp_exprgrammar.cpp:44:40: note: in instantiation of member function 'boost::wave::grammars::expression_grammar_gen<boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::evaluate' requested here
537template struct boost::wave::grammars::expression_grammar_gen<token_type>;
538 ^
539In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
540.\boost/wave/grammars/cpp_expression_grammar.hpp:828:18: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
541 case T_EOF:
542 ^
543.\boost/wave/grammars/cpp_expression_grammar.hpp:827:18: error: case value evaluates to -1342176886, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
544 case T_NEWLINE:
545 ^
546.\boost/wave/grammars/cpp_expression_grammar.hpp:824:18: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
547 case T_CCOMMENT:
548 ^
549.\boost/wave/grammars/cpp_expression_grammar.hpp:823:18: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
550 case T_SPACE2:
551 ^
552.\boost/wave/grammars/cpp_expression_grammar.hpp:822:18: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
553 case T_SPACE:
554 ^
5552 warnings and 6 errors generated.
556clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer.obj
557
558 "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O3 -Wno-inline -Wall -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer.obj" "libs\wave\src\instantiate_re2c_lexer.cpp"
559
560In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
561In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
562In file included from .\boost/spirit/include/classic_core.hpp:11:
563In file included from .\boost/spirit/home/classic/core.hpp:42:
564In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
565In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
566In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
567In file included from .\boost/thread/mutex.hpp:14:
568In file included from .\boost/thread/win32/mutex.hpp:9:
569In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
570In file included from .\boost/thread/thread_time.hpp:9:
571In file included from .\boost/date_time/time_clock.hpp:16:
572.\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
573 result = std::localtime(t);
574 ^
575C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
576 _CRT_INSECURE_DEPRECATE(localtime_s)
577 ^
578C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
579 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
580 ^
581C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
582#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
583 ^
584In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
585In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
586In file included from .\boost/spirit/include/classic_core.hpp:11:
587In file included from .\boost/spirit/home/classic/core.hpp:42:
588In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
589In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
590In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
591In file included from .\boost/thread/mutex.hpp:14:
592In file included from .\boost/thread/win32/mutex.hpp:9:
593In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
594In file included from .\boost/thread/thread_time.hpp:9:
595In file included from .\boost/date_time/time_clock.hpp:16:
596.\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
597 result = std::gmtime(t);
598 ^
599C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
600 _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
601 ^
602C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
603 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
604 ^
605C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
606#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
607 ^
608In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
609.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
610 vsprintf(buffer, msg, params);
611 ^
612.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
613 : re2c_lexer(first, last, pos, language)
614 ^
615.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
616 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
617 ^
618libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
619template struct boost::wave::cpplexer::new_lexer_gen<
620 ^
621C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
622 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
623 ^
624C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
625 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
626 ^
627C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
628 _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
629 ^
630C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
631 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
632 ^
633C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
634#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
635 ^
636In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
637.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
638 case T_ANY_TRIGRAPH:
639 ^
640.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
641 lex_functor(IteratorT const &first, IteratorT const &last,
642 ^
643.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
644 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
645 ^
646libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
647template struct boost::wave::cpplexer::new_lexer_gen<
648 ^
649In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
650.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
651 case T_EOF:
652 ^
653.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
654 case T_PP_NUMBER:
655 ^
656.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
657 case T_ANY:
658 ^
659.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
660 case T_SPACE2:
661 ^
662.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
663 case T_SPACE:
664 ^
665.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
666 case T_CPPCOMMENT:
667 ^
668.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
669 case T_CCOMMENT:
670 ^
671.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
672 case T_ANY_TRIGRAPH:
673 ^
674.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
675 token_type& get(token_type& result) { return re2c_lexer.get(result); }
676 ^
677.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
678 lex_functor(IteratorT const &first, IteratorT const &last,
679 ^
680.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
681 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
682 ^
683libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
684template struct boost::wave::cpplexer::new_lexer_gen<
685 ^
686In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
687.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
688 case T_EOF:
689 ^
690.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
691 case T_PP_NUMBER:
692 ^
693.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
694 case T_ANY:
695 ^
696.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
697 case T_SPACE2:
698 ^
699.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
700 case T_SPACE:
701 ^
702.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
703 case T_CPPCOMMENT:
704 ^
705.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
706 case T_CCOMMENT:
707 ^
708.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
709 case T_ANY_TRIGRAPH:
710 ^
711.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
712 token_type& get(token_type& result) { return re2c_lexer.get(result); }
713 ^
714.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
715 lex_functor(IteratorT const &first, IteratorT const &last,
716 ^
717.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
718 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
719 ^
720libs\wave\src\instantiate_re2c_lexer.cpp:57:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
721template struct boost::wave::cpplexer::new_lexer_gen<
722 ^
723In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
724.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
725 case T_EOF:
726 ^
727.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
728 case T_PP_NUMBER:
729 ^
730fatal error: too many errors emitted, stopping now [-ferror-limit=]
7313 warnings and 20 errors generated.
732clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer_str.obj
733
734 "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O3 -Wno-inline -Wall -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer_str.obj" "libs\wave\src\instantiate_re2c_lexer_str.cpp"
735
736In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
737In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
738In file included from .\boost/spirit/include/classic_core.hpp:11:
739In file included from .\boost/spirit/home/classic/core.hpp:42:
740In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
741In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
742In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
743In file included from .\boost/thread/mutex.hpp:14:
744In file included from .\boost/thread/win32/mutex.hpp:9:
745In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
746In file included from .\boost/thread/thread_time.hpp:9:
747In file included from .\boost/date_time/time_clock.hpp:16:
748.\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
749 result = std::localtime(t);
750 ^
751C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
752 _CRT_INSECURE_DEPRECATE(localtime_s)
753 ^
754C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
755 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
756 ^
757C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
758#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
759 ^
760In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
761In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
762In file included from .\boost/spirit/include/classic_core.hpp:11:
763In file included from .\boost/spirit/home/classic/core.hpp:42:
764In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
765In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
766In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
767In file included from .\boost/thread/mutex.hpp:14:
768In file included from .\boost/thread/win32/mutex.hpp:9:
769In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
770In file included from .\boost/thread/thread_time.hpp:9:
771In file included from .\boost/date_time/time_clock.hpp:16:
772.\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
773 result = std::gmtime(t);
774 ^
775C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
776 _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
777 ^
778C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
779 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
780 ^
781C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
782#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
783 ^
784In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
785.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
786 vsprintf(buffer, msg, params);
787 ^
788.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
789 : re2c_lexer(first, last, pos, language)
790 ^
791.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
792 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
793 ^
794libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
795template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
796 ^
797C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
798 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
799 ^
800C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
801 __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
802 ^
803C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
804 _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
805 ^
806C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
807 #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
808 ^
809C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
810#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
811 ^
812In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
813.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
814 case T_ANY_TRIGRAPH:
815 ^
816.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
817 lex_functor(IteratorT const &first, IteratorT const &last,
818 ^
819.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
820 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
821 ^
822libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
823template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
824 ^
825In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
826.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
827 case T_EOF:
828 ^
829.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
830 case T_PP_NUMBER:
831 ^
832.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
833 case T_ANY:
834 ^
835.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
836 case T_SPACE2:
837 ^
838.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
839 case T_SPACE:
840 ^
841.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
842 case T_CPPCOMMENT:
843 ^
844.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
845 case T_CCOMMENT:
846 ^
847.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
848 case T_ANY_TRIGRAPH:
849 ^
850.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
851 token_type& get(token_type& result) { return re2c_lexer.get(result); }
852 ^
853.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
854 lex_functor(IteratorT const &first, IteratorT const &last,
855 ^
856.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
857 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
858 ^
859libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
860template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
861 ^
862In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
863.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
864 case T_EOF:
865 ^
866.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
867 case T_PP_NUMBER:
868 ^
869.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
870 case T_ANY:
871 ^
872.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
873 case T_SPACE2:
874 ^
875.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
876 case T_SPACE:
877 ^
878.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
879 case T_CPPCOMMENT:
880 ^
881.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
882 case T_CCOMMENT:
883 ^
884.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
885 case T_ANY_TRIGRAPH:
886 ^
887.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
888 token_type& get(token_type& result) { return re2c_lexer.get(result); }
889 ^
890.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
891 lex_functor(IteratorT const &first, IteratorT const &last,
892 ^
893.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
894 return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
895 ^
896libs\wave\src\instantiate_re2c_lexer_str.cpp:56:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
897template struct boost::wave::cpplexer::new_lexer_gen<std::string::const_iterator>;
898 ^
899In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
900.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
901 case T_EOF:
902 ^
903.\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
904 case T_PP_NUMBER:
905 ^
906fatal error: too many errors emitted, stopping now [-ferror-limit=]
9073 warnings and 20 errors generated.
908...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>libboost_wave-clang50-mt-1_65.lib(clean) for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
909...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>libboost_wave-clang50-mt-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
910...skipped <pstage\lib>libboost_wave-clang50-mt-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>libboost_wave-clang50-mt-1_65.lib...
911...failed updating 6 targets...