// file : cult/trace/null/stream.txx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2010 Boris Kolpackov // license : GNU GPL v2 + exceptions; see accompanying LICENSE file namespace Cult { namespace Trace { template inline Record& operator<< (Stream::Mediator const& mc, T const&) { return const_cast (mc).r_; } } }