Problem with regex

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

my library is: version 4.4.1

Informationen für Paket libstdc++44:

Repository: @System
Name: libstdc++44
Version: 4.4.1_20090817-2.3.4
Arch: x86_64
Hersteller: openSUSE
Installiert: Ja
Status: aktuell
Installierte Größe: 996,0 KiB
Zusammenfassung: Dynamische C++-Bibliotheken
Beschreibung:
Die Standard C++ Bibliothek. Wird für dynamisch gelinkte C++-Programme benötigt.

I will use regex

A little of my code

/////////
#include <regex>
/*...
class Xx code and further
*/

void Xx::useRegex()
{
  regex re("RegularExpression");   //Thats get an error
}
/////////

Is regex not full implement in libstdc++44?
Or need I a further library? Or need I a flag, like g++ -flag!
g++ -std=c++0x regexXx.cpp. Will produce an error!

Thank you
Alexander Seifert





[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux