Skip to content
Snippets Groups Projects
Commit a3de23d1 authored by Martin Nolte's avatar Martin Nolte
Browse files

make sure "from" need not be copied (see FS#622)

[[Imported from SVN: r5666]]
parent edb1fda6
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,8 @@ namespace Dune
struct Big {char dummy[2];};
static Small test(To);
static Big test(...);
static From makeFrom();
static typename TypeTraits< From >::ReferredType &makeFrom ();
public:
enum {
/** @brief True if the conversion exists. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment