search for: _uninit_copy

Displaying 4 results from an estimated 4 matches for "_uninit_copy".

2007 Nov 12
1
[LLVMdev] MSVC 8 Build
...or the math header to LiveIntervalAnalysis.h to get it to compile today e.g #ifndef LLVM_CODEGEN_LIVEINTERVAL_ANALYSIS_H #define LLVM_CODEGEN_LIVEINTERVAL_ANALYSIS_H #include <math.h> It seems then to work without failures; odd. However, the deprecation warnings are not suppressed for std::_Uninit_Copy and std::_Copy_Opt (warning 4996) in xutility and memory headers respectively e.g. >C:\Program Files\Microsoft Visual Studio 8\VC\include\memory(93) : warning C4996: 'std::_Uninit_copy' was declared deprecated 5> C:\Program Files\Microsoft Visual Studio 8\VC\include\memory(82)...
2007 Nov 12
0
[LLVMdev] MSVC 8 Build
George, > I have been experimenting with getting LLVM to build with > MSVC8 express. > > I have succeeded in getting trunk to build and run the > Fibonacci example in release mode. I have found various minor > problems with the build system. First, it appears not to be > able to run the configure subproject commands if there is a > space in the directory path.
2007 Nov 11
2
[LLVMdev] MSVC 8 Build
Hi all, I have been experimenting with getting LLVM to build with MSVC8 express. I have succeeded in getting trunk to build and run the Fibonacci example in release mode. I have found various minor problems with the build system. First, it appears not to be able to run the configure subproject commands if there is a space in the directory path. Secondly, it fails to build different subprojects
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...lude\llvm/Target/TargetData.h(78) : see reference to class template instantiation 'llvm::SmallVector<T,N>' being compiled with [ T=llvm::TargetAlignElem, N=16 ] C:\eigenes\compiler\vcc2005\VC\include\memory(93) : warning C4996: 'std::_Uninit_copy' was declared deprecated C:\eigenes\compiler\vcc2005\VC\include\memory(82) : see declaration of 'std::_Uninit_copy' Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library' c:\Eigenes\compi...