search for: uninitialized_copy

Displaying 5 results from an estimated 5 matches for "uninitialized_copy".

Did you mean: _uninitialized_copy
2007 Nov 12
1
[LLVMdev] MSVC 8 Build
...of 'std::_Uninit_copy' 5> Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library' 5> c:\llvm\include\llvm/ADT/SmallVector.h(427) : see reference to function template instantiation '_FwdIt std::uninitialized_copy<T*,T*>(_InIt,_InIt,_FwdIt)' being compiled 5> with 5> [ 5> _FwdIt=llvm::TargetAlignElem *, 5> T=llvm::TargetAlignElem, 5> _InIt=llvm::TargetAlignElem * 5> ] The project would appear to have the right pre-processor de...
2011 Jul 07
1
[LLVMdev] Sefault in llvm-mc when emitting an object file
.../4.5/bits/stl_algobase.h:404 #3 __copy_move_a2<false, char const*, char*> (this=0x806fae8, Asm=..., Layout=...) at /usr/include/c++/4.5/bits/stl_algobase.h:442 #4 copy<char const*, char*> (this=0x806fae8, Asm=..., Layout=...) at /usr/include/c++/4.5/bits/stl_algobase.h:474 #5 uninitialized_copy<char const*, char*> (this=0x806fae8, Asm=..., Layout=...) at /usr/include/c++/4.5/bits/stl_uninitialized.h:92 #6 uninitialized_copy<char const*, char*> (this=0x806fae8, Asm=..., Layout=...) at /usr/include/c++/4.5/bits/stl_uninitialized.h:116 #7 append<char const*> (this...
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...::_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\compiler\llvm-2.0\include\llvm/ADT/SmallVector.h(407) : see reference to function template instantiation '_FwdIt std::uninitialized_copy<T*,T*>(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=llvm::TargetAlignElem *, T=llvm::TargetAlignElem, _InIt=llvm::TargetAlignElem * ] C:\eigenes\compiler\vcc2005\VC\include\memory(93) : warning C4996: 'std::_Uninit_copy&...
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