~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to eprecomp.h

  • Committer: weidai
  • Date: 2009-03-14 22:27:56 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:455
fix line ending

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
public:
44
44
        typedef T Element;
45
45
 
 
46
        DL_FixedBasePrecomputationImpl() : m_windowSize(0) {}
 
47
 
46
48
        // DL_FixedBasePrecomputation
47
49
        bool IsInitialized() const
48
50
                {return !m_bases.empty();}