summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 17:50:25 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:10 +0200
commitbf42b6f9f51b4bc66e267ae24c87ac79122825cc (patch)
tree449f642fc53e3d654ae36a39877efc41a8b74fcc /include/o3tl
parent3f84d81412f123bda0dde57c4e52abe9f49f58af (diff)
fdo#62475 - remove visual noise
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/lazy_update.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/o3tl/lazy_update.hxx b/include/o3tl/lazy_update.hxx
index 192df24ca9f2..eac479f4d65b 100644
--- a/include/o3tl/lazy_update.hxx
+++ b/include/o3tl/lazy_update.hxx
@@ -56,8 +56,6 @@ output( myValue.getOutValue() );
/// LazyUpdate specialization can directly convert, OutputType ctor must take InputType argument
struct LAZYUPDATE_DIRECT_TAG {};
- // -----------------------------------------------------------------------------------------------------
-
namespace detail
{
/// @internal
@@ -169,10 +167,7 @@ output( myValue.getOutValue() );
};
}
- // -----------------------------------------------------------------------------------------------------
-
// partial specializations for the three LAZYUPDATE_* tags
-
template< typename InputType, typename OutputType > class LazyUpdate<InputType,
OutputType,
LAZYUPDATE_DIRECT_TAG> :
@@ -194,8 +189,6 @@ output( myValue.getOutValue() );
{}
};
- // -----------------------------------------------------------------------------------------------------
-
template< typename InputType, typename OutputType > class LazyUpdate<InputType,
OutputType,
LAZYUPDATE_FUNCTION_TAG> :
@@ -226,8 +219,6 @@ output( myValue.getOutValue() );
{}
};
- // -----------------------------------------------------------------------------------------------------
-
template< typename InputType, typename OutputType > class LazyUpdate<InputType,
OutputType,
LAZYUPDATE_FUNCTOR_TAG> :
@@ -260,6 +251,6 @@ output( myValue.getOutValue() );
}
-#endif /* INCLUDED_O3TL_LAZY_UPDATE_HXX */
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */