search for: _chart

Displaying 20 results from an estimated 21 matches for "_chart".

Did you mean: chart
2004 Jul 06
1
[LLVMdev] AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char,...
...g> > >&, llvm::SlotCalculator*)': AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char, std::char_traits<char> >& << int64_t' operator /opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc:63: error: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>&(*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match> /opt/gcc.3.3/include/c++/3.3/bits...
2004 Jul 06
2
[LLVMdev] AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char,...
...#39;: > > AsmWriter.cpp:255: error: ambiguous overload for >`std::basic_ostream<char, > > std::char_traits<char> >& << int64_t' operator > > /opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc:63: error: candidates are: > > std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, > > _Traits>::operator<<(std::basic_ostream<_CharT, > > _Traits>&(*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = >char, > > _Traits = std::char_traits<char>] <near match&gt...
2004 Jul 06
0
[LLVMdev] AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char,...
...Writer.cpp:255: error: ambiguous overload for > >`std::basic_ostream<char, > > > std::char_traits<char> >& << int64_t' operator > > > /opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc:63: error: candidates are: > > > std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, > > > _Traits>::operator<<(std::basic_ostream<_CharT, > > > _Traits>&(*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = > >char, > > > _Traits = std::char_traits<char>...
2015 Aug 28
0
errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...&)': ../backends/brass/brass_check.cc:216: error: ambiguous overload for ` std::basic_ostream<char, std::char_traits<char> >& << brass_tablesize_t&' operator /opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc:63: error: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>&(*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match> /opt/gcc.3.3/include/c++/3.3/bits...
2004 Jul 07
1
[LLVMdev] AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char,...
...t;`std::basic_ostream<char, >>>> > > std::char_traits<char> >& << int64_t' operator >>>> > > /opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc:63: error: candidates >>>>are: >>>> > > std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, >>>> > > _Traits>::operator<<(std::basic_ostream<_CharT, >>>> > > _Traits>&(*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT >>>>= >>>> >char, &gt...
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...&)': ../backends/brass/brass_check.cc:216: error: ambiguous overload for ` std::basic_ostream<char, std::char_traits<char> >& << brass_tablesize_t&' operator /opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc:63: error: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>&(*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match> /opt/gcc.3.3/include/c++/3.3/bits...
2004 Jul 07
0
[LLVMdev] AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char,...
...>>> >`std::basic_ostream<char, >>> > > std::char_traits<char> >& << int64_t' operator >>> > > /opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc:63: error: candidates >>>are: >>> > > std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, >>> > > _Traits>::operator<<(std::basic_ostream<_CharT, >>> > > _Traits>&(*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT >>>= >>> >char, >>> > &...
2013 Jul 26
0
[LLVMdev] Botan and Android
.../stlport/stl/_relops_cont.h:21:1: note: template<class _Tp, class _Alloc> bool std::operator!=(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&) /opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/stl/_istreambuf_iterator.h:118:24: note: template<class _CharT, class _Traits> bool std::operator!=(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&) /opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/stl/_string_operators.h:473:1: note: template<class _CharT, class _Traits, class _...
2009 Dec 04
4
[LLVMdev] r72619
...s Doug's explanation of why this should be so: Here's what it *looks* like is happening, and where the FE is probably getting it wrong. First of all, the constructor in question is defined outside of the basic_string class template as a non-inline definition: template<typename _CharT, typename _Traits, typename _Alloc> basic_string<_CharT, _Traits, _Alloc>:: basic_string(const _CharT* __s, const _Alloc& __a) Second, there is an explicit template instantiation declaration: extern template class basic_string<char>; That extern template instant...
2009 Dec 04
0
[LLVMdev] r72619
...why this should be so: > > Here's what it *looks* like is happening, and where the FE is probably > getting it wrong. First of all, the constructor in question is defined > outside of the basic_string class template as a non-inline definition: > > template<typename _CharT, typename _Traits, typename _Alloc> > basic_string<_CharT, _Traits, _Alloc>:: > basic_string(const _CharT* __s, const _Alloc& __a) > > Second, there is an explicit template instantiation declaration: > > extern template class basic_string<char>; &g...
2008 Jun 11
0
[LLVMdev] LLVM on OpenBSD
...53: error: candidates are: > __gnu_cxx::stdio_filebuf<char, std::char_traits<char> > >::stdio_filebuf(const > __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >&) > /usr/include/g++/ext/stdio_filebuf.h:147: error: > __gnu_cxx::stdio_filebuf<_CharT, > _Traits>::stdio_filebuf(std::__c_file*, > std::_Ios_Openmode, long unsigned int) [with _CharT = char, > _Traits = > std::char_traits<char>] <near match> > /usr/include/g++/ext/stdio_filebuf.h:122: error: > __gnu_cxx::stdio_filebuf<_CharT, _Traits>...
2008 Jun 10
6
[LLVMdev] LLVM on OpenBSD
...g++/ext/stdio_filebuf.h:53: error: candidates are: __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >::stdio_filebuf(const __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >&) /usr/include/g++/ext/stdio_filebuf.h:147: error: __gnu_cxx::stdio_filebuf<_CharT, _Traits>::stdio_filebuf(std::__c_file*, std::_Ios_Openmode, long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>] <near match> /usr/include/g++/ext/stdio_filebuf.h:122: error: __gnu_cxx::stdio_filebuf<_CharT, _Traits>::stdio_filebuf(int, std::_I...
2009 Dec 04
0
[LLVMdev] r72619
Hi Bill, > Here's what I get with TOT compiling with -Os. The orig.ll is what I get > before r72619. Notice that orig.ll has only one function in it. Both the > one you sent and duncan.ll have more than one function. It's not the > fact that more than one function is showing up, but these functions in > particular shouldn't be there because of the implicit/explicit
2009 Dec 04
2
[LLVMdev] r72619
...;s what it *looks* like is happening, and where the FE is >> probably >> getting it wrong. First of all, the constructor in question is >> defined >> outside of the basic_string class template as a non-inline >> definition: >> >> template<typename _CharT, typename _Traits, typename _Alloc> >> basic_string<_CharT, _Traits, _Alloc>:: >> basic_string(const _CharT* __s, const _Alloc& __a) >> >> Second, there is an explicit template instantiation declaration: >> >> extern template class basic_str...
2009 Dec 04
2
[LLVMdev] r72619
On Dec 4, 2009, at 12:52 AM, Duncan Sands wrote: > Hi Bill, > >> There's a problem with your check-in for r72619 is causing "weak >> external" symbols to appear in C++ code when it shouldn't. Take >> this code for example, >> #include <stdexcept> >> void dummysymbol() { >> throw(std::runtime_error("string"));
2009 May 06
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Hi Scott, > On Tue, May 5, 2009 at 12:26 PM, Duncan Sands <baldrick at free.fr> wrote: > > this is indeed a miscompilation by your system compiler. However so many > > compilers miscompiled this that a workaround was committed to svn. So you > > may want to check out llvm and llvm-gcc from svn. Alternatively, maybe > > the patch applies to llvm 2.5 too.
2009 May 06
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...Debug build llvm[2]: Compiling ExecutionDriver.cpp for Debug build llvm[2]: Compiling ExtractFunction.cpp for Debug build llvm[2]: Compiling FindBugs.cpp for Debug build /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/ostream.tcc: In member function ‘std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(double)’: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/ostream.tcc:374: internal compiler error: Segmentation fault Now I am thoroughly confused. Can someone check my installation process? He...
2009 May 05
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
On Tue, May 5, 2009 at 12:26 PM, Duncan Sands <baldrick at free.fr> wrote: > this is indeed a miscompilation by your system compiler.  However so many > compilers miscompiled this that a workaround was committed to svn.  So you > may want to check out llvm and llvm-gcc from svn.  Alternatively, maybe > the patch applies to llvm 2.5 too.  I've attached it. I will try the
2008 Mar 11
1
Rtools and GCC4 problem
...char*' g++-sjlj -Ic:/R/include -O2 -Wall -c array.cpp -o array.o g++-sjlj -Ic:/R/include -O2 -Wall -c interface.cpp -o interface.o In file included from interface.hpp:1, from interface.cpp:1: tseries.hpp: In function 'tseries* cbind(Seq<T, std::allocator<_CharT> >&, bool) ': tseries.hpp:533: error: no matching function for call to 'tseries::setDates(std: :vector<double, std::allocator<double> >&)' tseries.hpp:112: note: candidates are: void tseries::setDates(double*) I changed the BUILD=GCC3 in MkRules and rseries w...
2011 May 31
1
[LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
On 31.05.2011 19:45, Devang Patel wrote: > > On May 31, 2011, at 10:36 AM, trash-stuff at gmx.de > <mailto:trash-stuff at gmx.de> wrote: > >> On 31.05.2011 19:22, Devang Patel wrote: >>> >>> On May 30, 2011, at 11:11 AM,trash-stuff at gmx.de >>> <mailto:trash-stuff at gmx.de>wrote: >>> >>>> Hi all, >>>>