lumiera_/tests/core/proc/mobject
Ichthyostega 7492e7ffce Fix initialisation order problem, triggered in Clang (#928)
In Clang, static object fields are initialised from top to bottom,
but before any other variables in anoymous namespaces. To the contrary,
GCC evaluates *any* initialisation expression in the translation
unit together from top to bottom. Thus, in the clang generated
code, in two cases the static initialisation could use a not yet
constructed local lib::_Fmt formatter object.
2014-09-25 02:50:02 +02:00
..
builder fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
controller fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
session Fix initialisation order problem, triggered in Clang (#928) 2014-09-25 02:50:02 +02:00
mobject-interface-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
mobject-ref-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
output-mapping-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
placement-basic-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
placement-hierarchy-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
placement-object-identity-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
placement-ref-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00