HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

Set C++11 flag when compiling with GCC (Fedora) #48

Closed HerbertKoelman closed 8 years ago

HerbertKoelman commented 8 years ago
queue_stream.cpp:19:74: attention : delegating constructors only available with -std=c++11 or -std=gnu++11
   queue_stream::queue_stream ( atmi::queue *q ) : queue_stream ( q, 1024 ){