LUMIERA.clone/src/common/query
Ichthyostega 7faa2e784d CLang-Compatibility: zero argument ctor now treated as function definition
previous versions used to resolve this ambiguity in favour of a ctor call,
but now the compiler treats such constructs as function definition;
this is reasonable, since C++11 introduced the notion of a "generalised
initialisation", which is always written as a (possibly empty) list
in braces.

In these specific cases here, we just omit the empty parens
2014-08-26 03:31:03 +02:00
..
config-rules.cpp resolve the remaining liblumieracommon.so dependency problems 2013-01-04 07:45:18 +01:00
defs-manager-impl.hpp allow to clear the session wide registration for defaults 2012-12-27 02:10:38 +01:00
defs-manager.hpp allow to clear the session wide registration for defaults 2012-12-27 02:10:38 +01:00
defs-registry.hpp CLang-Compatibility: zero argument ctor now treated as function definition 2014-08-26 03:31:03 +02:00
query-resolver.cpp change Query ordering and hash to include the type information 2012-12-26 01:11:57 +01:00
query-resolver.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00