LUMIERA.clone/src
Ichthyostega dc301231cf Boost-1.65: resolve ambiguity in timevalue comparison
seemingly, the newer boost libraries added an internal type rational<I>::bool_type
together with an overload for the equality comparison operator.

Unfortunately this now renders a comparison ambiguous with the constant zero (i.e. int{0})
because in our use case we employ rational<uint>.

Workaround is to compare explicitly to a zero of the underlying integer type.
2019-06-22 19:15:19 +02:00
..
common Timeline: consider to turn RulerTrack into a part of the systematic UI model 2018-12-15 06:05:18 +01:00
include Timeline: consider to turn RulerTrack into a part of the systematic UI model 2018-12-15 06:05:18 +01:00
lib Boost-1.65: resolve ambiguity in timevalue comparison 2019-06-22 19:15:19 +02:00
lumiera Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
plugin
stage Timeline: switch TrackProfile to hold a sequence of VerbPack entries 2019-06-12 03:29:00 +02:00
steam Timeline: draft a concept to attack the custom layout 2018-12-10 00:12:52 +01:00
tool Doxygen: fill in missing file level headlines for some supplemental code 2016-11-09 20:09:19 +01:00
vault Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
.gitignore
DIR_INFO
doxygen.dox DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
SConscript Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00