Guest User

Untitled

a guest
Oct 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.61 KB | None | 0 0
  1. 1>------ Build started: Project: chaiscript, Configuration: Debug x64 ------
  2. 1> stl_extra.cpp
  3. 1>C:\boost_1_48_0\boost/lexical_cast.hpp(830): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
  4. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1500) : see reference to function template instantiation 'bool boost::detail::lcast_ret_float<Traits,float,CharT>(T &,const CharT *,const CharT *)' being compiled
  5. 1> with
  6. 1> [
  7. 1> Traits=traits,
  8. 1> CharT=char_type,
  9. 1> T=float
  10. 1> ]
  11. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1500) : while compiling class template member function 'bool boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>::operator >>(float &)'
  12. 1> with
  13. 1> [
  14. 1> CharT=char_type,
  15. 1> Traits=traits,
  16. 1> RequiresStringbuffer=false
  17. 1> ]
  18. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1745) : see reference to class template instantiation 'boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>' being compiled
  19. 1> with
  20. 1> [
  21. 1> CharT=char_type,
  22. 1> Traits=traits,
  23. 1> RequiresStringbuffer=false
  24. 1> ]
  25. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1711) : while compiling class template member function 'std::string boost::detail::lexical_cast_do_cast<Target,Source>::lexical_cast_impl(const Source &)'
  26. 1> with
  27. 1> [
  28. 1> Target=std::string,
  29. 1> Source=src
  30. 1> ]
  31. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1916) : see reference to class template instantiation 'boost::detail::lexical_cast_do_cast<Target,Source>' being compiled
  32. 1> with
  33. 1> [
  34. 1> Target=std::string,
  35. 1> Source=src
  36. 1> ]
  37. 1> c:\users\cameron garnham\documents\dev\chaiscript\include\chaiscript\language\chaiscript_common.hpp(77) : see reference to function template instantiation 'Target boost::lexical_cast<std::string,int>(const Source &)' being compiled
  38. 1> with
  39. 1> [
  40. 1> Target=std::string,
  41. 1> Source=int
  42. 1> ]
  43. 1> reflection.cpp
  44. 1>C:\boost_1_48_0\boost/lexical_cast.hpp(830): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
  45. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1500) : see reference to function template instantiation 'bool boost::detail::lcast_ret_float<Traits,float,CharT>(T &,const CharT *,const CharT *)' being compiled
  46. 1> with
  47. 1> [
  48. 1> Traits=traits,
  49. 1> CharT=char_type,
  50. 1> T=float
  51. 1> ]
  52. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1500) : while compiling class template member function 'bool boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>::operator >>(float &)'
  53. 1> with
  54. 1> [
  55. 1> CharT=char_type,
  56. 1> Traits=traits,
  57. 1> RequiresStringbuffer=false
  58. 1> ]
  59. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1745) : see reference to class template instantiation 'boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>' being compiled
  60. 1> with
  61. 1> [
  62. 1> CharT=char_type,
  63. 1> Traits=traits,
  64. 1> RequiresStringbuffer=false
  65. 1> ]
  66. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1711) : while compiling class template member function 'std::string boost::detail::lexical_cast_do_cast<Target,Source>::lexical_cast_impl(const Source &)'
  67. 1> with
  68. 1> [
  69. 1> Target=std::string,
  70. 1> Source=src
  71. 1> ]
  72. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1916) : see reference to class template instantiation 'boost::detail::lexical_cast_do_cast<Target,Source>' being compiled
  73. 1> with
  74. 1> [
  75. 1> Target=std::string,
  76. 1> Source=src
  77. 1> ]
  78. 1> c:\users\cameron garnham\documents\dev\chaiscript\include\chaiscript\language\chaiscript_common.hpp(77) : see reference to function template instantiation 'Target boost::lexical_cast<std::string,int>(const Source &)' being compiled
  79. 1> with
  80. 1> [
  81. 1> Target=std::string,
  82. 1> Source=int
  83. 1> ]
  84. 1> main.cpp
  85. 1>c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(2239): warning C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
  86. 1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(2224) : see declaration of 'std::_Copy_impl'
  87. 1> C:\boost_1_48_0\boost/algorithm/string/detail/classification.hpp(102) : see reference to function template instantiation '_OutIt std::copy<const char*,char*>(_InIt,_InIt,_OutIt)' being compiled
  88. 1> with
  89. 1> [
  90. 1> _OutIt=char *,
  91. 1> _InIt=const char *
  92. 1> ]
  93. 1> C:\boost_1_48_0\boost/algorithm/string/classification.hpp(206) : see reference to function template instantiation 'boost::algorithm::detail::is_any_ofF<CharT>::is_any_ofF<boost::iterator_range<IteratorT>>(const RangeT &)' being compiled
  94. 1> with
  95. 1> [
  96. 1> CharT=char,
  97. 1> IteratorT=const char *,
  98. 1> RangeT=boost::iterator_range<const char *>
  99. 1> ]
  100. 1> src\main.cpp(83) : see reference to function template instantiation 'boost::algorithm::detail::is_any_ofF<CharT> boost::algorithm::is_any_of<const char[3]>(RangeT (&))' being compiled
  101. 1> with
  102. 1> [
  103. 1> CharT=char,
  104. 1> RangeT=const char [3]
  105. 1> ]
  106. 1>C:\boost_1_48_0\boost/lexical_cast.hpp(830): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
  107. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1500) : see reference to function template instantiation 'bool boost::detail::lcast_ret_float<Traits,float,CharT>(T &,const CharT *,const CharT *)' being compiled
  108. 1> with
  109. 1> [
  110. 1> Traits=traits,
  111. 1> CharT=char_type,
  112. 1> T=float
  113. 1> ]
  114. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1500) : while compiling class template member function 'bool boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>::operator >>(float &)'
  115. 1> with
  116. 1> [
  117. 1> CharT=char_type,
  118. 1> Traits=traits,
  119. 1> RequiresStringbuffer=false
  120. 1> ]
  121. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1745) : see reference to class template instantiation 'boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>' being compiled
  122. 1> with
  123. 1> [
  124. 1> CharT=char_type,
  125. 1> Traits=traits,
  126. 1> RequiresStringbuffer=false
  127. 1> ]
  128. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1711) : while compiling class template member function 'std::string boost::detail::lexical_cast_do_cast<Target,Source>::lexical_cast_impl(const Source &)'
  129. 1> with
  130. 1> [
  131. 1> Target=std::string,
  132. 1> Source=src
  133. 1> ]
  134. 1> C:\boost_1_48_0\boost/lexical_cast.hpp(1916) : see reference to class template instantiation 'boost::detail::lexical_cast_do_cast<Target,Source>' being compiled
  135. 1> with
  136. 1> [
  137. 1> Target=std::string,
  138. 1> Source=src
  139. 1> ]
  140. 1> c:\users\cameron garnham\documents\dev\chaiscript\include\chaiscript\language\chaiscript_common.hpp(77) : see reference to function template instantiation 'Target boost::lexical_cast<std::string,int>(const Source &)' being compiled
  141. 1> with
  142. 1> [
  143. 1> Target=std::string,
  144. 1> Source=int
  145. 1> ]
  146. 1> Generating Code...
  147. 1> Creating library C:\Users\Cameron Garnham\Documents\dev\ChaiScript\lib\x64\Debug\chaiscript.lib and object C:\Users\Cameron Garnham\Documents\dev\ChaiScript\lib\x64\Debug\chaiscript.exp
  148. 1> chaiscript.vcxproj -> C:\Users\Cameron Garnham\Documents\dev\ChaiScript\lib\x64\Debug\chaiscript.dll
  149. 1> Creating library C:\Users\Cameron Garnham\Documents\dev\ChaiScript\lib\x64\Debug\chaiscript.lib and object C:\Users\Cameron Garnham\Documents\dev\ChaiScript\lib\x64\Debug\chaiscript.exp
  150. 1> chaiscript.vcxproj -> C:\Users\Cameron Garnham\Documents\dev\ChaiScript\lib\x64\Debug\chaiscript.dll
  151. ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment