[Bug libstdc++/36428] std::tr1 Header Location

2008-06-05 Thread christopher dot kormanyos at al-lighting dot com
--- Comment #2 from christopher dot kormanyos at al-lighting dot com 2008-06-05 08:21 --- OK now I understand your strategy. Thanks for the explaination. But there is still a problem in the community. Two very popular compilers (VC and GCC) which are often used in cross development

[Bug libstdc++/36428] std::tr1 Header Location

2008-06-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-06-05 12:24 --- Use -std=c++0x if you want them in the correct location. They are only part of the C++0x standard and not part of C++98/03 standards. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/36428] std::tr1 Header Location

2008-06-03 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2008-06-03 09:17 --- This is known. At the right time we debated this issue and in fact some people commented that probably TR1 (n1836) should have more conveniently specified tr1/*. In any case, also given the status of TR1 of