fixed: in Generator: empty_stream() should be inited with its default cctor
(an error when compiling with clang) git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@420 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -229,7 +229,7 @@ private:
|
||||
|
||||
|
||||
template<class StreamType>
|
||||
Generator<StreamType>::Generator()
|
||||
Generator<StreamType>::Generator() : empty_stream()
|
||||
{
|
||||
output_stream = 0;
|
||||
pattern = 0;
|
||||
|
Reference in New Issue
Block a user