LUMIERA.clone/src/common
Ichthyostega 6aec1adb38 resolve ambiguity with std::ref vs boost::ref
unfortunately boost/program-options make the boost reference-wrapper visible
And it doesn't help to alias to std::ref at the definition site of the
problematic function (in TimeControl), because this itself is picked up
via ADL

So this is not really a solution, rather a workaround, in the hope
that boost will clean-up this ambiguity eventually
2017-01-28 01:09:16 +01:00
..
advice maximum munch 2016-12-23 04:23:03 +01:00
integration provide a time mutation for nudging based on symbolic grid reference 2012-12-02 01:17:02 +01:00
query DOC: follow-up of removing boost::scoped_ptr 2017-01-05 01:20:34 +01:00
advice.hpp refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
appstate.cpp Application: from now on start the »session subsystem« (closes #699) 2017-01-07 02:48:51 +01:00
appstate.hpp clean-up: kill Boost scoped_ptr 2017-01-05 00:56:46 +01:00
basic-setup.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
basic-setup.hpp comments and tidying within BasicStetup and AppState 2013-01-05 04:50:59 +01:00
config-interface.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-interface.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-lookup.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-lookup.h clean-up: remove cockoo hash (unused and unmaintained) 2015-05-30 17:53:09 +02:00
config-rules.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
config-typed.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-wordlist.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configentry.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configentry.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configfacade.cpp resolve problem with static initialisation order 2013-10-20 03:21:24 +02:00
configitem.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configitem.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
guifacade.cpp resolve ambiguity with std::ref vs boost::ref 2017-01-28 01:09:16 +01:00
instancehandle.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
interface-descriptor.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interface-facade-link.hpp clean-up(#985): unify various type-indicating helpers 2016-01-09 02:05:23 +01:00
interface.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interface.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interfaceproxy.cpp maximum munch 2016-12-23 04:23:03 +01:00
interfaceregistry.c LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
interfaceregistry.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
option.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
option.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
plugin-dynlib.c Ticket #1034 : leave note at dlclose() call 2016-10-28 16:54:02 +02:00
plugin.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
plugin.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
query.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
subsys.cpp clean-up: mark subsystem implementations with noexcept and override 2016-12-12 01:18:19 +01:00
subsys.hpp resolve ambiguity with std::ref vs boost::ref 2017-01-28 01:09:16 +01:00
subsystem-runner.hpp Session-Subsystem(#318): investigation of locking sanity (ongoing...) 2017-01-04 01:44:35 +01:00