user-config.jam using clang : # Version. 6.0.0 : # Location of Clang compiler .exe file(s). "C:/LLVM/clang-600/LLVM/bin/clang++.exe" : # Options. # "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include" -v -std=c++14 -fmacro-backtrace-limit=0 -Wno-invalid-token-paste -Wno-deprecated -Wno-deprecated-declarations -Wno-language-extension-token -Wno-microsoft-enum-value -fmsc-version=1900 --target=i686-pc-windows-msvc # "C:/Program Files/LLVM/bin/llvm-ranlib.exe" "C:/Program Files/LLVM/bin/llvm-ar.exe" "C:/Program Files (x86)/Windows Kits/10/bin/10.0.16299.0/x64/rc.exe" -v --target=i686-pc-windows-msvc -fuse-ld=lld -flto=thin ; jamfile test-suite special_fun : [ run test_lambert_w.cpp ../../test/build//boost_unit_test_framework ] GCC 7.1.0 ====================================================================== I:\modular-boost\libs\math\test>b2 toolset=gcc-7.1.0 Performing configuration checks - 32-bit : no (cached) - 64-bit : yes (cached) - arm : no (cached) - mips1 : no (cached) - power : no (cached) - sparc : no (cached) - x86 : yes (cached) - symlinks supported : yes (cached) - has_icu builds : no (cached) ...patience... ...patience... ...found 4966 targets... ...updating 4 targets... gcc.compile.c++ ..\..\..\bin.v2\libs\math\test\test_lambert_w.test\gcc-mingw-gnu-7.1.0\debug\link-static\pch-off\threadapi-win32\test_lambert_w.o gcc.link ..\..\..\bin.v2\libs\math\test\test_lambert_w.test\gcc-mingw-gnu-7.1.0\debug\link-static\pch-off\threadapi-win32\test_lambert_w.exe testing.capture-output ..\..\..\bin.v2\libs\math\test\test_lambert_w.test\gcc-mingw-gnu-7.1.0\debug\link-static\pch-off\threadapi-win32\test_lambert_w.run 1 file(s) copied. **passed** ..\..\..\bin.v2\libs\math\test\test_lambert_w.test\gcc-mingw-gnu-7.1.0\debug\link-static\pch-off\threadapi-win32\test_lambert_w.test ...updated 4 targets... Clang 5.0.0 ================================================================================ I:\modular-boost\libs\math\test>b2 toolset=clang-500 Performing configuration checks - 32-bit : no - 64-bit : yes - arm : no - mips1 : no - power : no - sparc : no - x86 : yes - symlinks supported : yes - has_icu builds : no ...patience... ...patience... ...found 4744 targets... ...updating 78 targets... clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\c_regex_traits.obj In file included from ..\..\..\libs\regex\build\..\src\c_regex_traits.cpp:28: In file included from ..\..\..\boost/regex/v4/c_regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\c_regex_traits.cpp:28: In file included from ..\..\..\boost/regex/v4/c_regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\cpp_regex_traits.obj In file included from ..\..\..\libs\regex\build\..\src\cpp_regex_traits.cpp:22: In file included from ..\..\..\boost/regex/regex_traits.hpp:27: In file included from ..\..\..\boost/regex/v4/regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\cpp_regex_traits.cpp:22: In file included from ..\..\..\boost/regex/regex_traits.hpp:27: In file included from ..\..\..\boost/regex/v4/regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\cregex.obj In file included from ..\..\..\libs\regex\build\..\src\cregex.cpp:22: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\cregex.cpp:22: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\fileiter.obj In file included from ..\..\..\libs\regex\build\..\src\fileiter.cpp:28: In file included from ..\..\..\boost/regex/v4/regex_workaround.hpp:44: In file included from ..\..\..\boost/shared_ptr.hpp:17: In file included from ..\..\..\boost/smart_ptr/shared_ptr.hpp:36: In file included from ..\..\..\boost/smart_ptr/detail/spinlock_pool.hpp:25: In file included from ..\..\..\boost/smart_ptr/detail/spinlock.hpp:47: In file included from ..\..\..\boost/smart_ptr/detail/spinlock_std_atomic.hpp:18: ..\..\..\boost/smart_ptr/detail/yield_k.hpp:64:29: warning: 'Sleep' redeclared without 'dllimport' attribute: previous 'dllimport' ignored [-Winconsistent-dllimport] extern "C" void __stdcall Sleep( unsigned long ms ); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um\synchapi.h:840:1: note: previous declaration is here Sleep( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um\synchapi.h:837:1: note: previous attribute is here WINBASEAPI ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\shared\apisetcconv.h:22:20: note: expanded from macro 'WINBASEAPI' #define WINBASEAPI DECLSPEC_IMPORT ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um\winnt.h:183:36: note: expanded from macro 'DECLSPEC_IMPORT' #define DECLSPEC_IMPORT __declspec(dllimport) ^ In file included from ..\..\..\libs\regex\build\..\src\fileiter.cpp:28: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\fileiter.cpp:28: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 3 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\icu.obj clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\instances.obj In file included from ..\..\..\libs\regex\build\..\src\instances.cpp:30: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\instances.cpp:30: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\posix_api.obj In file included from ..\..\..\libs\regex\build\..\src\posix_api.cpp:23: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\posix_api.cpp:23: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\regex.obj In file included from ..\..\..\libs\regex\build\..\src\regex.cpp:24: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\regex.cpp:24: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\regex_debug.obj clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\regex_raw_buffer.obj clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\regex_traits_defaults.obj In file included from ..\..\..\libs\regex\build\..\src\regex_traits_defaults.cpp:20: In file included from ..\..\..\boost/regex/regex_traits.hpp:27: In file included from ..\..\..\boost/regex/v4/regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\regex_traits_defaults.cpp:20: In file included from ..\..\..\boost/regex/regex_traits.hpp:27: In file included from ..\..\..\boost/regex/v4/regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\static_mutex.obj clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\w32_regex_traits.obj In file included from ..\..\..\libs\regex\build\..\src\w32_regex_traits.cpp:23: In file included from ..\..\..\boost/regex/regex_traits.hpp:27: In file included from ..\..\..\boost/regex/v4/regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\w32_regex_traits.cpp:23: In file included from ..\..\..\boost/regex/regex_traits.hpp:27: In file included from ..\..\..\boost/regex/v4/regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\wc_regex_traits.obj In file included from ..\..\..\libs\regex\build\..\src\wc_regex_traits.cpp:76: In file included from ..\..\..\boost/regex/v4/c_regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\wc_regex_traits.cpp:76: In file included from ..\..\..\boost/regex/v4/c_regex_traits.hpp:26: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\wide_posix_api.obj In file included from ..\..\..\libs\regex\build\..\src\wide_posix_api.cpp:25: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\wide_posix_api.cpp:25: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ ..\..\..\libs\regex\build\..\src\wide_posix_api.cpp:167:18: warning: 'wcscpy' is deprecated: This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::wcscpy(buf, wnames[code]); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt_wstring.h:117:1: note: 'wcscpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ ..\..\..\libs\regex\build\..\src\wide_posix_api.cpp:192:21: warning: 'wcscpy' is deprecated: This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::wcscpy(buf, localbuf); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt_wstring.h:117:1: note: 'wcscpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ ..\..\..\libs\regex\build\..\src\wide_posix_api.cpp:206:15: warning: 'wcscpy' is deprecated: This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::wcscpy(buf, localbuf); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt_wstring.h:117:1: note: 'wcscpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 5 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\winstances.obj In file included from ..\..\..\libs\regex\build\..\src\winstances.cpp:30: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:203:12: warning: 'strcpy' is deprecated: This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcpy(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:125:1: note: 'strcpy' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ In file included from ..\..\..\libs\regex\build\..\src\winstances.cpp:30: In file included from ..\..\..\boost/regex.hpp:31: In file included from ..\..\..\boost/regex/v4/regex.hpp:32: ..\..\..\boost/regex/v4/regex_workaround.hpp:214:12: warning: 'strcat' is deprecated: This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] std::strcat(strDestination, strSource); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:86:5: note: 'strcat' has been explicitly marked deprecated here __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1( ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:685:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1' __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _FuncName##_s, _DstType, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1) ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\corecrt.h:1766:13: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX' _CRT_INSECURE_DEPRECATE(_SecureFuncName) _DeclSpec _ReturnType __cdecl _FuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1); ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\usinstances.obj clang-linux.archive ..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_regex-clang-d-x64-1_66.lib clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\math\test\test_lambert_w.test\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_lambert_w.obj clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\compiler_log_formatter.obj In file included from ..\..\..\libs\test\src\compiler_log_formatter.cpp:16: In file included from ..\..\..\boost/test/impl/compiler_log_formatter.ipp:19: In file included from ..\..\..\boost/test/output/compiler_log_formatter.hpp:16: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/unit_test_log_formatter.hpp:63:21: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here const_string m_file_name; ///< log checkpoint file name ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\debug.obj In file included from ..\..\..\libs\test\src\debug.cpp:16: In file included from ..\..\..\boost/test/impl/debug.ipp:21: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/debug.hpp:69:29: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here unit_test::const_string binary_path; ///< path to executable for current process ^ In file included from ..\..\..\libs\test\src\debug.cpp:16: ..\..\..\boost/test/impl/debug.ipp:689:9: warning: extension used [-Wlanguage-extension-token] __try { ^ ..\..\..\boost/test/impl/debug.ipp:690:13: warning: extension used [-Wlanguage-extension-token] __try { ^ ..\..\..\boost/test/impl/debug.ipp:970:20: warning: unused variable 'hreport_f' [-Wunused-variable] HANDLE hreport_f = ::CreateFileA( report_file.begin(), ^ 4 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\decorator.obj In file included from ..\..\..\libs\test\src\decorator.cpp:16: In file included from ..\..\..\boost/test/impl/decorator.ipp:19: In file included from ..\..\..\boost/test/tree/decorator.hpp:20: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tools/assertion_result.hpp:76:25: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here const_string message() const { return !m_message ? const_string() : const_string( m_message->str() ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\execution_monitor.obj In file included from ..\..\..\libs\test\src\execution_monitor.cpp:16: In file included from ..\..\..\boost/test/impl/execution_monitor.ipp:28: In file included from ..\..\..\boost/test/execution_monitor.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/execution_monitor.hpp:188:75: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here translator_holder_base( translator_holder_base_ptr next, const_string tag ) ^ In file included from ..\..\..\libs\test\src\execution_monitor.cpp:16: ..\..\..\boost/test/impl/execution_monitor.ipp:1137:5: warning: extension used [-Wlanguage-extension-token] __try { ^ ..\..\..\boost/test/impl/execution_monitor.ipp:1138:9: warning: extension used [-Wlanguage-extension-token] __try { ^ ..\..\..\boost/test/impl/execution_monitor.ipp:1145:5: warning: extension used [-Wlanguage-extension-token] __finally { ^ ..\..\..\boost/test/impl/execution_monitor.ipp:1272:89: warning: 'strerror' is deprecated: This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] "system_error produced by: %s: %s", ex.p_failed_exp, std::strerror( ex.p_errno ) ); } ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:172:16: note: 'strerror' has been explicitly marked deprecated here _Check_return_ _CRT_INSECURE_DEPRECATE(strerror_s) ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 5 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\framework.obj In file included from ..\..\..\libs\test\src\framework.cpp:16: In file included from ..\..\..\boost/test/impl/framework.ipp:19: In file included from ..\..\..\boost/test/framework.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/framework.hpp:275:34: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here internal_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\plain_report_formatter.obj In file included from ..\..\..\libs\test\src\plain_report_formatter.cpp:16: In file included from ..\..\..\boost/test/impl/plain_report_formatter.ipp:19: In file included from ..\..\..\boost/test/output/plain_report_formatter.hpp:19: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\progress_monitor.obj In file included from ..\..\..\libs\test\src\progress_monitor.cpp:16: In file included from ..\..\..\boost/test/impl/progress_monitor.ipp:19: In file included from ..\..\..\boost/test/progress_monitor.hpp:16: In file included from ..\..\..\boost/test/tree/observer.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\results_collector.obj In file included from ..\..\..\libs\test\src\results_collector.cpp:16: In file included from ..\..\..\boost/test/impl/results_collector.ipp:19: In file included from ..\..\..\boost/test/unit_test_log.hpp:18: In file included from ..\..\..\boost/test/tree/observer.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\results_reporter.obj In file included from ..\..\..\libs\test\src\results_reporter.cpp:16: In file included from ..\..\..\boost/test/impl/results_reporter.ipp:19: In file included from ..\..\..\boost/test/results_reporter.hpp:19: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_framework_init_observer.obj In file included from ..\..\..\libs\test\src\test_framework_init_observer.cpp:13: In file included from ..\..\..\boost/test/impl/test_framework_init_observer.ipp:16: In file included from ..\..\..\boost/test/test_framework_init_observer.hpp:16: In file included from ..\..\..\boost/test/tree/observer.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_tools.obj In file included from ..\..\..\libs\test\src\test_tools.cpp:16: In file included from ..\..\..\boost/test/impl/test_tools.ipp:19: In file included from ..\..\..\boost/test/unit_test_log.hpp:18: In file included from ..\..\..\boost/test/tree/observer.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_tree.obj In file included from ..\..\..\libs\test\src\test_tree.cpp:16: In file included from ..\..\..\boost/test/impl/test_tree.ipp:19: In file included from ..\..\..\boost/test/framework.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/framework.hpp:275:34: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here internal_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\unit_test_log.obj In file included from ..\..\..\libs\test\src\unit_test_log.cpp:16: In file included from ..\..\..\boost/test/impl/unit_test_log.ipp:19: In file included from ..\..\..\boost/test/unit_test_log.hpp:18: In file included from ..\..\..\boost/test/tree/observer.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\unit_test_main.obj In file included from ..\..\..\libs\test\src\unit_test_main.cpp:16: In file included from ..\..\..\boost/test/impl/unit_test_main.ipp:19: In file included from ..\..\..\boost/test/framework.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/framework.hpp:275:34: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here internal_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\unit_test_monitor.obj In file included from ..\..\..\libs\test\src\unit_test_monitor.cpp:16: In file included from ..\..\..\boost/test/impl/unit_test_monitor.ipp:20: In file included from ..\..\..\boost/test/unit_test_monitor.hpp:18: In file included from ..\..\..\boost/test/execution_monitor.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/execution_monitor.hpp:188:75: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here translator_holder_base( translator_holder_base_ptr next, const_string tag ) ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\unit_test_parameters.obj In file included from ..\..\..\libs\test\src\unit_test_parameters.cpp:16: In file included from ..\..\..\boost/test/impl/unit_test_parameters.ipp:22: In file included from ..\..\..\boost/test/unit_test_parameters.hpp:18: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/utils/runtime/errors.hpp:49:17: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here cstring param_name; ^ In file included from ..\..\..\libs\test\src\unit_test_parameters.cpp:16: In file included from ..\..\..\boost/test/impl/unit_test_parameters.ipp:40: ..\..\..\boost/test/utils/runtime/env/fetch.hpp:44:23: warning: 'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] char const* res = getenv( var_name.begin() ); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\stdlib.h:1184:20: note: 'getenv' has been explicitly marked deprecated here _Check_return_ _CRT_INSECURE_DEPRECATE(_dupenv_s) ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 2 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\junit_log_formatter.obj In file included from ..\..\..\libs\test\src\junit_log_formatter.cpp:11: In file included from ..\..\..\boost/test/impl/junit_log_formatter.ipp:16: In file included from ..\..\..\boost/test/output/junit_log_formatter.hpp:16: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/unit_test_log_formatter.hpp:63:21: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here const_string m_file_name; ///< log checkpoint file name ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\xml_log_formatter.obj In file included from ..\..\..\libs\test\src\xml_log_formatter.cpp:16: In file included from ..\..\..\boost/test/impl/xml_log_formatter.ipp:19: In file included from ..\..\..\boost/test/output/xml_log_formatter.hpp:19: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/unit_test_log_formatter.hpp:63:21: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here const_string m_file_name; ///< log checkpoint file name ^ 1 warning generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\xml_report_formatter.obj In file included from ..\..\..\libs\test\src\xml_report_formatter.cpp:16: In file included from ..\..\..\boost/test/impl/xml_report_formatter.ipp:19: In file included from ..\..\..\boost/test/results_collector.hpp:19: In file included from ..\..\..\boost/test/tree/observer.hpp:17: In file included from ..\..\..\boost/test/detail/global_typedef.hpp:15: ..\..\..\boost/test/utils/basic_cstring/basic_cstring.hpp:64:22: warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] enum npos_type { npos = static_cast(-1) }; ^ ..\..\..\boost/test/tree/observer.hpp:72:74: note: in instantiation of template class 'boost::unit_test::basic_cstring' requested here virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } ^ 1 warning generated. clang-linux.archive ..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_unit_test_framework-clang-d-x64-1_66.lib clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\timer\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\auto_timers_construction.obj clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\timer\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\cpu_timer.obj In file included from ..\..\..\libs\timer\src\cpu_timer.cpp:21: In file included from ..\..\..\boost/chrono/chrono.hpp:13: In file included from ..\..\..\boost/chrono/system_clocks.hpp:230: In file included from ..\..\..\boost/chrono/detail/inlined/chrono.hpp:30: In file included from ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:15: In file included from ..\..\..\boost/winapi/time.hpp:13: ..\..\..\boost/winapi/basic_types.hpp:193:9: warning: extension used [-Wlanguage-extension-token] typedef __int64 INT_PTR_; ^ ..\..\..\boost/winapi/basic_types.hpp:194:18: warning: extension used [-Wlanguage-extension-token] typedef unsigned __int64 UINT_PTR_; ^ ..\..\..\boost/winapi/basic_types.hpp:195:9: warning: extension used [-Wlanguage-extension-token] typedef __int64 LONG_PTR_; ^ ..\..\..\boost/winapi/basic_types.hpp:196:18: warning: extension used [-Wlanguage-extension-token] typedef unsigned __int64 ULONG_PTR_; ^ In file included from ..\..\..\libs\timer\src\cpu_timer.cpp:21: In file included from ..\..\..\boost/chrono/chrono.hpp:13: In file included from ..\..\..\boost/chrono/system_clocks.hpp:230: In file included from ..\..\..\boost/chrono/detail/inlined/chrono.hpp:30: ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:105:23: warning: extension used [-Wlanguage-extension-token] ((static_cast<__int64>( ft.dwHighDateTime ) << 32) | ft.dwLowDateTime) ^ ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:124:22: warning: extension used [-Wlanguage-extension-token] ((static_cast<__int64>( ft.dwHighDateTime ) << 32) | ft.dwLowDateTime) ^ ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:134:7: warning: extension used [-Wlanguage-extension-token] __int64 temp = t.time_since_epoch().count(); ^ ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:142:7: warning: extension used [-Wlanguage-extension-token] __int64 temp = t; ^ 8 warnings generated. clang-linux.archive ..\..\..\bin.v2\libs\timer\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_timer-clang-d-x64-1_66.lib clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\chrono\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\chrono.obj In file included from ..\..\..\libs\chrono\src\chrono.cpp:14: In file included from ..\..\..\boost/chrono/detail/inlined/chrono.hpp:30: ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:105:23: warning: extension used [-Wlanguage-extension-token] ((static_cast<__int64>( ft.dwHighDateTime ) << 32) | ft.dwLowDateTime) ^ ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:124:22: warning: extension used [-Wlanguage-extension-token] ((static_cast<__int64>( ft.dwHighDateTime ) << 32) | ft.dwLowDateTime) ^ ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:134:7: warning: extension used [-Wlanguage-extension-token] __int64 temp = t.time_since_epoch().count(); ^ ..\..\..\boost/chrono/detail/inlined/win/chrono.hpp:142:7: warning: extension used [-Wlanguage-extension-token] __int64 temp = t; ^ 4 warnings generated. clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\chrono\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\thread_clock.obj clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\chrono\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\process_cpu_clocks.obj clang-linux.archive ..\..\..\bin.v2\libs\chrono\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_chrono-clang-d-x64-1_66.lib clang-linux.compile.c++.without-pth ..\..\..\bin.v2\libs\system\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\error_code.obj In file included from ..\..\..\libs\system\src\error_code.cpp:19: ..\..\..\boost/system/detail/error_code.ipp:95:33: warning: 'strerror' is deprecated: This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] const char * c_str = std::strerror( ev ); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt\string.h:172:16: note: 'strerror' has been explicitly marked deprecated here _Check_return_ _CRT_INSECURE_DEPRECATE(strerror_s) ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:269:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE' #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \ ^ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vcruntime.h:259:47: note: expanded from macro '_CRT_DEPRECATE_TEXT' #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text)) ^ 1 warning generated. clang-linux.archive ..\..\..\bin.v2\libs\system\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_system-clang-d-x64-1_66.lib clang-linux.link ..\..\..\bin.v2\libs\math\test\test_lambert_w.test\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_lambert_w.exe LINK : warning LNK4044: unrecognized option '/-start-group'; ignored LINK : warning LNK4044: unrecognized option '/Bstatic'; ignored LINK : warning LNK4044: unrecognized option '/Bdynamic'; ignored LINK : warning LNK4044: unrecognized option '/-end-group'; ignored LINK : fatal error LNK1561: entry point must be defined clang++.exe: error: linker command failed with exit code 1561 (use -v to see invocation) "clang++" -o "..\..\..\bin.v2\libs\math\test\test_lambert_w.test\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_lambert_w.exe" -Wl,--start-group "..\..\..\bin.v2\libs\math\test\test_lambert_w.test\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_lambert_w.obj" "..\..\..\bin.v2\libs\test\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_unit_test_framework-clang-d-x64-1_66.lib" "..\..\..\bin.v2\libs\regex\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_regex-clang-d-x64-1_66.lib" "..\..\..\bin.v2\libs\timer\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_timer-clang-d-x64-1_66.lib" "..\..\..\bin.v2\libs\chrono\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_chrono-clang-d-x64-1_66.lib" "..\..\..\bin.v2\libs\system\build\clang-gnu-linux-500\debug\link-static\threadapi-win32\libboost_system-clang-d-x64-1_66.lib" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -m64 ...failed clang-linux.link ..\..\..\bin.v2\libs\math\test\test_lambert_w.test\clang-gnu-linux-500\debug\link-static\threadapi-win32\test_lambert_w.exe... ...skipped test_lambert_w.run for lack of test_lambert_w.exe... ...failed updating 1 target... ...skipped 2 targets... ...updated 75 targets... I:\modular-boost\libs\math\test> Using Codeblocks ========================================================== -------------- Build: gcc720_Release in Test_Lambert_w (compiler: GNU GCC 7.2.0 Compiler)--------------- g++.exe -Wall -m64 -fexceptions -O3 -std=gnu++17 -v -fext-numeric-literals -fpermissive -II:\modular-boost -II:\modular-boost -c I:\modular-boost\libs\math\test\test_lambert_w.cpp -o obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o g++.exe -o bin\Release\Lambert_w.exe obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o -m64 -s "C:\Program Files\mingw-w64\x86_64-7.2.0-win32-seh-rt_v5-rev1\mingw64\lib\gcc\x86_64-w64-mingw32\7.2.0\libquadmath.a" I:\modular-boost\lib\libboost_unit_test_framework-mgw72-mt-x64-1_66.a Using built-in specs. COLLECT_GCC=g++.exe Target: x86_64-w64-mingw32 Configured with: ../../../src/gcc-7.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw720/x86_64-720-win32-seh-rt_v5-rev1/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=win32 --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw720/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw720/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw720/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw720/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-win32-seh-rev1, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw720/x86_64-720-win32-seh-rt_v5-rev1/mingw64/opt/include -I/c/mingw720/prerequisites/x86_64-zlib-static/include -I/c/mingw720/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw720/x86_64-720-win32-seh-rt_v5-rev1/mingw64/opt/include -I/c/mingw720/prerequisites/x86_64-zlib-static/include -I/c/mingw720/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw720/x86_64-720-win32-seh-rt_v5-rev1/mingw64/opt/include -I/c/mingw720/prerequisites/x86_64-zlib-static/include -I/c/mingw720/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw720/x86_64-720-win32-seh-rt_v5-rev1/mingw64/opt/lib -L/c/mingw720/prerequisites/x86_64-zlib-static/lib -L/c/mingw720/prerequisites/x86_64-w64-mingw32-static/lib ' Thread model: win32 gcc version 7.2.0 (x86_64-win32-seh-rev1, Built by MinGW-W64 project) COLLECT_GCC_OPTIONS='-Wall' '-m64' '-fexceptions' '-O3' '-std=gnu++1z' '-v' '-fext-numeric-literals' '-fpermissive' '-I' 'I:\modular-boost' '-I' 'I:\modular-boost' '-c' '-o' 'obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o' '-shared-libgcc' '-mtune=core2' '-march=nocona' C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/7.2.0/cc1plus.exe -quiet -v -I I:\modular-boost -I I:\modular-boost -iprefix C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/ -U_REENTRANT I:\modular-boost\libs\math\test\test_lambert_w.cpp -quiet -dumpbase test_lambert_w.cpp -m64 -mtune=core2 -march=nocona -auxbase-strip obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o -O3 -Wall -std=gnu++1z -version -fexceptions -fext-numeric-literals -fpermissive -o C:\Users\Paul\AppData\Local\Temp\ccciFP0Q.s GNU C++14 (x86_64-win32-seh-rev1, Built by MinGW-W64 project) version 7.2.0 (x86_64-w64-mingw32) compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++" ignoring duplicate directory "C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/x86_64-w64-mingw32" ignoring duplicate directory "C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/backward" ignoring duplicate directory "C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.2.0/include" ignoring nonexistent directory "C:/mingw720/x86_64-720-win32-seh-rt_v5-rev1/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../include" ignoring duplicate directory "C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.2.0/include-fixed" ignoring duplicate directory "C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/include" ignoring nonexistent directory "C:/mingw720/x86_64-720-win32-seh-rt_v5-rev1/mingw64/mingw/include" ignoring duplicate directory "I:\modular-boost" #include "..." search starts here: #include <...> search starts here: I:\modular-boost C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++ C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/x86_64-w64-mingw32 C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/backward C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/include C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/include-fixed C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/include End of search list. GNU C++14 (x86_64-win32-seh-rev1, Built by MinGW-W64 project) version 7.2.0 (x86_64-w64-mingw32) compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 2297eab86c63c7e253a950fb817d156b COLLECT_GCC_OPTIONS='-Wall' '-m64' '-fexceptions' '-O3' '-std=gnu++1z' '-v' '-fext-numeric-literals' '-fpermissive' '-I' 'I:\modular-boost' '-I' 'I:\modular-boost' '-c' '-o' 'obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o' '-shared-libgcc' '-mtune=core2' '-march=nocona' C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -I I:\modular-boost -I I:\modular-boost --64 -o obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o C:\Users\Paul\AppData\Local\Temp\ccciFP0Q.s GNU assembler version 2.29.1 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.29.1 COMPILER_PATH=C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/7.2.0/;C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../libexec/gcc/;C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ LIBRARY_PATH=C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/;C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/;C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../lib/;C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/lib/;C:/Program Files/mingw-w64/x86_64-7.2.0-win32-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../ COLLECT_GCC_OPTIONS='-Wall' '-m64' '-fexceptions' '-O3' '-std=gnu++1z' '-v' '-fext-numeric-literals' '-fpermissive' '-I' 'I:\modular-boost' '-I' 'I:\modular-boost' '-c' '-o' 'obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o' '-shared-libgcc' '-mtune=core2' '-march=nocona' Output file is bin\Release\Lambert_w.exe with size 749.50 KB Process terminated with status 0 (0 minute(s), 9 second(s)) 0 error(s), 0 warning(s) (0 minute(s), 9 second(s)) -------------- Run: gcc720_Release in Test_Lambert_w (compiler: GNU GCC 7.2.0 Compiler)--------------- Checking for existence: J:\Cpp\lambert_w\Lambert_w\bin\Release\Lambert_w.exe Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "J:\Cpp\lambert_w\Lambert_w\bin\Release\Lambert_w.exe" (in J:\Cpp\lambert_w\Lambert_w\.) Clang600_Release ============================================================================================================= -------------- Build: Clang600_Release in Test_Lambert_w (compiler: LLVM Clang 6.0.0 Compiler)--------------- clang++.exe -Wall -m64 -fexceptions -O2 -std=c++17 -fms-extensions -Wall -fms-compatibility-version=19.10 -II:\modular-boost -II:\modular-boost -I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.16299.0" -I"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include" -c I:\modular-boost\libs\math\test\test_lambert_w.cpp -o obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o clang++.exe -o bin\Release\Lambert_w.exe obj\Release\I\modular-boost\libs\math\test\test_lambert_w.o -m64 -v I:\modular-boost\lib\libboost_unit_test_framework-clang60-mt-x64-1_66.lib clang version 6.0.0 (tags/RELEASE_600/final) Target: x86_64-pc-windows-msvc Thread model: posix InstalledDir: C:\LLVM\clang-600\LLVM\bin "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.13.26128\\bin\\HostX64\\x64\\link.exe" "-out:bin\\Release\\Lambert_w.exe" -defaultlib:libcmt "-libpath:C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.13.26128\\lib\\x64" "-libpath:C:\\Program Files (x86)\\Windows Kits\\10\\Lib\\10.0.16299.0\\ucrt\\x64" "-libpath:C:\\Program Files (x86)\\Windows Kits\\10\\Lib\\10.0.16299.0\\um\\x64" -nologo "obj\\Release\\I\\modular-boost\\libs\\math\\test\\test_lambert_w.o" "I:\\modular-boost\\lib\\libboost_unit_test_framework-clang60-mt-x64-1_66.lib" clang++.exe: error: linker command failed with exit code 1561 (use -v to see invocation) LINK : fatal error LNK1561: entry point must be defined