Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
gnu . g++ . bug
This is a Usenet group - learn more
Find or start a Google Group about bug.
Group info
Language: English
Group categories: Not categorized
More group info »
Related Groups
GNU C++ compiler (G++) user queries and answers.
Low activity, Usenet
Discussion about C++ language, library, standards. (Moderated)
Low activity, Usenet
The object-oriented C++ language.
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 18969  Older »
Description: g++ bug reports and suggested fixes.
 

Variadic templates and CRTP 
  Hi, either i do not understand some parts of variadic templates, or g++ has an erronous handling of types canonization when using variadic templates and CRTP. Exemple code below. /* g++-mp-4.5 (GCC) 4.5.0 20091001 (experimental) * g++-mp-4.5 -std=c++0x bug.cc * In function 'int main()': * 25:41: error: invalid initialization of reference of type 'base<a,... more »
By Alban Linard  - Oct 19 - 1 new of 1 message    

gnome themes 
  Hi guys i have downloaded and install gnome themes but don't know how to install ..cause i am not much using gui.. can anybody give mel ink of nice gui themes and also let me know how to install it ..? please help me
By anil  - Sep 25 - 3 new of 3 messages    

xdmcp problem 
  Hi to all i am new to this group. friends i am not able to get session from xdmcp (linux to linux ). everything is configured fine but not able to get session . help me out .. Thx
By anil  - Aug 21 - 2 new of 2 messages    

std::map as a default arg to a member function/constructor 
  I have encountered a bug (I think). When I compile this (g++ 4.2.3): #include <map> struct A { std::map< int, int > m; A( std::map< int, int > m1 = std::map< int, int >()) : m( m1 ) { } }; int main() { } I get: ../main.cpp:14: error: expected ‘,’ or ‘...’ before ‘>’ token... more »
By szymonwlodar...@gmail.com  - Feb 13 - 1 new of 1 message    

g++ unqualified-id error gives wrong line 
  Compile the following code, which is missing a semi-colon on the last line: class WrongLine { WrongLine() { } private: int n; ...In g++ 4.0.3 (Ubuntu 4.0.3-1ubuntu5), the above yields: GBug.h:3: error: expected unqualified-id at end of input But its actually line 6 where the error occurs, which can be fixed by... more »
By Boyd Montgomery  - Feb 12 - 1 new of 1 message    

Linux user group for Vapi & Surroundings is started 
  We would like you all to be more informed on Linux & Opensource. We are from a social group Dakshin Gujarat Linux Users Group (dglug.org). Please allow us to reach you and clear our ideas on spreading more and more information on this great future of IT called Opensource & Linux.
By dglug08@gmail.com  - Dec 23 2008 - 3 new of 3 messages    

using-declaration visibility with dependent base-class 
  Hello, I think i found a bug in gcc 4.3.2. The following code sample should not compile, though it does: template<class T> class A { public: int foo(); ...template<class T> class B : protected A<T> { // also works with private inheritance protected: // also with private: using A<T>::foo; // this injects A<T>::foo into the scope, so... more »
By chomb...@gmail.com  - Nov 4 2008 - 1 new of 1 message    

Maybe g++ bug (in stl_algo.h 0x08048beb in std::__unguarded_partition) 
  hi, <already copied to gcc-help> This crashes on g++ 4.2.3. I think my code is correct. I'm not doing any out of bound errors but sort crashes. Same is present at [link] or [link] Why does this occur ? unk@edubuntu:~/prog/mipt$ gdb ./a.out GNU gdb 6.8-debian... more »
By nikl...@gmail.com  - Oct 18 2008 - 1 new of 1 message    

considering toward gnu.g++.bug 
  Madeleine wrote on 17 Oct 2008 17:24:24 GMT: ...[link]
By edwin.or...@msn.com  - Oct 17 2008 - 1 new of 1 message    

Static Variable 
  Hello, I am linking the following .cpp file to my program (approx. 800 modules), but the constructor is never called: Foo.cpp: ...static class Foo { public: Foo() { std::cout << "Foo Constructor is called" << std::endl;} ...If I am adding this code snippet to some other .cpp file with more code and dependencies to other modules, the constructor is called. But... more »
By t...@gmx.at  - Sep 6 2008 - 1 new of 1 message    

1 - 10 of 18969   « Newer | Older »

XML      
Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google