// Copyright (c) 1995 David Engberg All rights reserved // $Id: UnicodeInstantiations.C,v 1.3 1996/01/22 05:37:05 geppetto Exp $ // 16-bit character string instantiations #include #include "unicode_string.h" #include #define USREP __bsrep > #define USTR basic_string > template class USREP; template class USTR; USREP USTR::nilRep = { 0, 0, 1 }; template USTR operator+ (const USTR&, const USTR&); template bool operator==(const USTR&, const USTR&); template class deque; template bool operator!=(deque::iterator const &, deque::iterator const &); template bool operator!=(deque::const_iterator const &, deque::const_iterator const &); template class deque; template bool operator!=(deque::iterator const &, deque::iterator const &); template bool operator!=(deque::const_iterator const &, deque::const_iterator const &);