Compile [2024-11-19 16:39:52 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
cl /Zm800 -nologo "..\libs\lexical_cast\test\pointers_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\lexical_cast\test\pointers_test.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\lnk-sttc\thrd-mlt\pointers_test.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W4 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_CONTAINER_STATIC_LINK=1 "-I.." "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\container\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\intrusive\include" "-IC:\teeks99-09\run\boost_root\libs\lexical_cast\include" "-IC:\teeks99-09\run\boost_root\libs\move\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include"
pointers_test.cpp
..\boost/lexical_cast/detail/converter_lexical.hpp(463): error C2027: use of undefined type 'incomplete_type'
..\libs\lexical_cast\test\pointers_test.cpp(42): note: see declaration of 'incomplete_type'
..\boost/lexical_cast/detail/converter_lexical.hpp(461): note: while compiling class template member function 'bool boost::detail::lexical_converter_impl<Target,src>::try_convert(const Source &,Target &)'
with
[
Target=std::string,
Source=src
]
..\boost/lexical_cast/try_lexical_convert.hpp(67): note: see reference to function template instantiation 'bool boost::detail::lexical_converter_impl<Target,src>::try_convert(const Source &,Target &)' being compiled
with
[
Target=std::string,
Source=src
]
..\boost/lexical_cast/try_lexical_convert.hpp(67): note: see reference to class template instantiation 'boost::detail::lexical_converter_impl<Target,src>' being compiled
with
[
Target=std::string
]
..\boost/lexical_cast.hpp(42): note: see reference to function template instantiation 'bool boost::conversion::detail::try_lexical_convert<Target,Source>(const Source &,Target &)' being compiled
with
[
Target=std::string,
Source=const incomplete_type *
]
..\libs\lexical_cast\test\pointers_test.cpp(57): note: see reference to function template instantiation 'Target boost::lexical_cast<std::string,const incomplete_type*>(const Source &)' being compiled
with
[
Target=std::string,
Source=const incomplete_type *
]