               /                                          COMPAQ              Software           Product            Description   M           ___________________________________________________________________   A           PRODUCT NAME:  Compaq C++ Version 6.5 for OpenVMS Alpha            SPD 70.57.05             DESCRIPTION   M           Compaq C++ (formerly DIGITAL C++) for the OpenVMS Alpha[TM] operat- N           ing system is a native programming language product, which generatesM           optimized object code without employing an intermediate translation M           to C. Compaq C++ for OpenVMS Alpha is based on the ANSI/ISO C++ In- P           ternational Standard, reference designation number ISO/IEC 14882:1998.P           In addition to this standard, C++ supports the ARM, CFRONT, and MS di-           alects.              Compaq C++ includes:  Q           o  The C++ Standard Library, which is an implementation of the ANSI/ISO Q              C++ Standard Library. This library is comprised of a suite of header P              files and the run time code needed to implement the string library,P              numeric limits, auto pointer, exceptions, complex math, and the STLM              (Standard Template Library). Portions of this library are imple- Q              mented using source code licensed from and copyrighted by Rogue Wave               Software, Inc.   M           o  The C++ Class Library, which is a set of headers and other files N              implementing a collection of basic C++ classes that are identicalO              to those provided with previous versions of the compiler. This li- N              brary is provided to support software developers using Compaq C++<              Version 6.5 with software developed previously.  N           o  The OpenVMS C Run-Time Library header files and reference manual,N              which together allow programmers to access the rich functionalityO              of the C Run-Time Library. The library itself ships with the Open- (              VMS Alpha operating system.  M                                                                 February 2002            M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     O           o  Features to facilitate porting between Compaq C++ and other imple- N              mentations of the C++ language. The compiler allows you to chooseO              from several C++ language dialects that have evolved over the past               several years:   P              -  the ms dialect for maximizing compatibility with Microsoft's Vi-!                 sual C++ product.   P              -  the cfront dialect for compatibility with the AT&T cfront trans-                 lator   M              -  the arm dialect for compatibility with The Annotated C++ Ref- N                 erence Manual by Ellis and Stroustrup. Using this dialect min-N                 imizes the source changes necessary for applications that com-*                 pile with C++ Version 5.6.  N              -  the ansi dialect for developers who want to write applications@                 that comply with the C++ International Standard.  M           o  CXXDEMANGLE, a tool to decode compiler-generated names, that en- M              ables other tools (besides the compiler and debugger) to present -              these decoded names to the user.   P           o  CXXLINK, a facility that lets you link your C++ application by com-N              pleting the automatic template instantiation process and ensuringL              that the necessary components are linked into your application.  O           o  An OpenVMS debugger enhanced to support the language constructs of               Compaq C++.  M           Compaq C++ documentation provides comprehensive reference and usage N           information for all product components. Online help is provided withO           the software, and HTML documents are provided on the Layered Products 3           CD-ROM Library for the following manuals:   /           o  Using Compaq C++ for OpenVMS Alpha   <           o  Compaq C++ Installation Guide for OpenVMS Alpha  6           o  Compaq C++ Class Library Reference Manual  M           HTML files are provided for the release notes and some of the prod- 1           uct manuals for use with a web browser.   ,                                            2           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     O           Hardcopy documentation is available by ordering the separate software O           documentation kit. The hardcopy documentation also includes a copy of N           an authoritative book on C++, The C++ Programming Language, 3rd edi-%           tion, by Bjarne Stroustrup.              Features  C           o  Extensive error checking and generation of diagnostics   M           o  Automatic template instantiation including compatibility between +              version 5.x and 6.x compilers.   &           o  Enhanced debugger support  N           o  Language mode and diagnostic message options increase compatibil-'              ity with earlier versions.   P           o  Fast compilation and increased code optimization by directly trans-E              lating C++ source programs to OpenVMS Alpha object files   O           o  Extensive global and local optimizations of generated code for in- H              creased performance with the OpenVMS Alpha operating system  J           o  Option for running only the preprocessor phase of compilation  0           o  Pragmas to control compiler options  N           o  Pragmas to control extern models, sharing of data between concur-;              rent processes, and structure member alignment   ;           o  Separate and combined compilation capabilities   A           o  Compiler-generated listing file, including optional:                 -  Machine code                -  Macro expansion   &              -  Compilation statistics  Q           o  Data types for numeric, nonnumeric, and systems programming, as fol-               lows:  9              -  8, 16, 32, and 64-bit [un]signed integers   7              -  32, 64, and 128-bit IEEE floating point   ,                                            3           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     0              -  32 and 64-bit VAX floating-point  B           o  Integration into the Program Development Environment:  P              -  Generation of debug and traceback records for OpenVMS Alpha sym-&                 bolic debugger support  @              -  Conformity to the OpenVMS Alpha calling standard  M              -  Access to OpenVMS run-time libraries for general purpose rou- @                 tines and support of multi-language environments  O              -  Access to the data management facilities of OpenVMS RMS (Record $                 Management Services)  B              -  Ability to package C++ code as shareable libraries  :              -  Ability to use additional class libraries.  O              -  Support for generation of source code analysis information that ?                 can be used by the Compaq Source Code Analyser.   Q              -  Support for generation of diagnostic information that can be used 8                 by the Compaq Language-Sensitive Editor.  -           Run-Time Library for C Applications   P           The complete C Run-Time Library that is needed for use with Compaq C++P           is distributed with the OpenVMS Alpha operating system. The C Run-TimeQ           Library provides routines to perform input/output, character and string O           handling, mathematical computations, memory allocation, and emulation O           of selected UNIX features. These routines are provided both in shared /           image and object module library form.              C++ Class Library   R           The C++ Class Library Run-Time components are distributed with the Open-M           VMS Alpha operating systems. The Class Library provides the follow- Q           ing packages: iostream, complex, generic, objection, stopwatch, string, #           task, message and vector.   )           Run-Time Library Redistribution   ,                                            4           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     N           The Compaq C++ kit may include Run-Time Library components in eitherQ           shareable image or object library form. Compaq grants the user a nonex- P           clusive royalty-free worldwide right to reproduce and distribute theseA           Run-Time Libraries ("the RTLs") provided that the user:   O           o  distributes the RTLs only in conjunction with and as a part of the M              users's software application product, which is designed to oper- 2              ate in the OpenVMS Alpha environment;  Q           o  does not use Compaq's name, logo, or trademarks to market the user's *              software application product;  Q           o  includes Compaq's copyright notice for Compaq C++ on one of the fol-               lowing:  0                 a. the user's product disk label/                 b. each copy of the application Q                 c. the title or copyright page of the documentation for the soft- (                 ware application product  S           o  agrees to indemnify, hold harmless, and defend Compaq from and against M              any claims or lawsuits, including attorney's fees, that arise or R              result from the use or distribution of the software application prod-O              uct. Except as expressly provided herein, Compaq grants no implied O              or express license under any of its patents, copyrights, trade se- M              crets, trademarks, or any license or other proprietary interests               and rights.  O           For OpenVMS Alpha systems, the only RTL components that may be redis- N           tributed are LIBCXXSTD.OLB and DECC$CRTL.OLB. See Deploying Your Ap-O           plication in Using Compaq C++ for OpenVMS Alpha for information about 9           redistributing C++ Run-Time Library components.              HARDWARE REQUIREMENTS              Processors Supported: O           Any system capable of running OpenVMS Alpha Version 6.2 to 7.3-1. Re- P           fer to the OpenVMS Software Product Description (SPD 25.01.xx) for de-           tails.    ,                                            5           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     :           Disk Space Requirements (Block Cluster Size = 1)  =           Disk space required for      160,000 blocks (80 MB)             compiler kit installa-           tion: =           Disk space required for      150,000 blocks (75 MB)            use (permanent):<           Disk space required for      80,000 blocks (40 MB)!           Debug kit installation: 4           Disk space required for      16,000 blocks.           use (permanent):             ( 8 MB)  O           These counts refer to the disk space required on the system disk. The N           sizes are approximate; actual sizes may vary depending on the user'sB           system environment, configuration, and software options.             SOFTWARE REQUIREMENTS   2           The following are software requirements:  O           o  Compaq C++ for OpenVMS Alpha requires OpenVMS Alpha Version 6.2 to               7.3-1  O           o  The graphic user interface (GUI) for the debugger shipped with the C              Compaq C++ kit requires Motif Version 1.2-4 or higher.   R           Note: A version update represents a complete distribution media replace-P           ment for the previous release of Compaq C++. To provide for proper op-O           eration with the new release of Compaq C++, product changes and func- O           tional enhancements in a version update may require the recompilation P           and relinking of all modules in an application built with a prior ver-           sion.              SOFTWARE LICENSING  O           This software is furnished only under a license. For more information N           about Compaq's licensing terms and policies, contact your local Com-           paq office.       ,                                            6           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     -           LICENSE MANAGEMENT FACILITY SUPPORT   M           This layered product supports the OpenVMS License Management Facil-            ity.  N           License units for this product are allocated on a Capacity Use, Per-.           sonal Use, and Concurrent Use basis.  O           Each Personal Use license allows one identified individual to use the N           layered product. Each Concurrent Use license allows any one individ-3           ual at a time to use the layered product.   O           For more information on the License Management Facility, refer to the N           OpenVMS Operating System Software Product Description or the LicenseP           Management Facility manual of the OpenVMS Alpha documentation set. ForO           more information about Compaq's licensing terms and policies, contact #           your local Compaq office.              CLUSTER ENVIRONMENT   M           This layered product is fully supported when installed on any valid P           and licensed OpenVMS Cluster* configuration. The HARDWARE REQUIREMENTSP           section of this product's Software Product Description detail any spe-1           cial hardware required by this product.   M           * OpenVMS Cluster configurations are fully described in the OpenVMS N           Cluster Software Product Description (29.78.xx) and include CI, Eth-7           ernet, and Mixed Interconnect configurations.   #           OpenVMS TAILORING CLASSES   N           The following OpenVMS classes are required for full functionality of           this layered product:   %           o  OpenVMS Required Saveset               o  Programming Support             o  Utilities    ,                                            7           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     M           For more information on OpenVMS classes and tailoring, refer to the O           OpenVMS Operating System Software Product Description (SPD 25.01.xx).                  OPTIONAL SOFTWARE   M           o  Compaq DECset Release 12.4A for OpenVMS Alpha Systems, which in-               cludes:  O              -  Compaq Language-Sensitive Editor/Source Code Analyzer (LSE/SCA) )                 for OpenVMS Alpha Systems   C              -  Compaq Test Manager (DTM) for OpenVMS Alpha Systems   N              -  Compaq Performance and Coverage Analyzer (PCA) for OpenVMS Al-                 pha Systems   M              -  Compaq Code Management System (CMS) for OpenVMS Alpha Systems   O              -  Compaq Module Management System (MMS) for OpenVMS Alpha Systems   M           For more information on Compaq DECset Release 12.4A for OpenVMS Al- P           pha Systems, refer to the Software Product Description (SPD 42.29.xx).             GROWTH CONSIDERATIONS   O           The minimum hardware and software requirements for any future version M           of this product may be different from the requirements for the cur-            rent version.              DISTRIBUTION MEDIA  N           Compaq C++ for OpenVMS Alpha product is available on the OpenVMS Al-N           pha Software Layered Products Library Package (QA-03XAA-H8). The li-C           brary package includes media and documentation on CD-ROM.   R           A media/documentation kit containing only the Compaq C++ for Alpha prod-P           uct is available separately (QA-0HQAA-H8). Included in the kit are CD-/           ROM media and hardcopy documentation.   ,                                            8           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     O           The software documentation for this product is also available as part M           of the OpenVMS Alpha Online Documentation CD-ROM Library (QA-4KM8A- P           G8). A hardcopy documentation set can be ordered separately (QA-0HQAA-           GZ).               SOFTWARE WARRANTY   P           This software is provided by Compaq with a 90 day conformance warrantyP           in accordance with the Compaq warranty terms applicable to the license           purchase.              ORDERING INFORMATION  5           Compaq C++ OpenVMS Alpha Software Licenses:              Software Licenses:  &           o  Personal Use: QL-MJ1AA-2B  (           o  Concurrent Use: QL-MJ1AA-3*  2           o  Traditional/Capacity Use: QL-0HQA*-AA  #           Software Update Licenses:   &           o  Personal Use: QL-MJ1AA-4B  (           o  Concurrent Use: QL-MJ1AA-5*  2           o  Traditional/Capacity Use: QL-0HQA*-RA  3           Software Media/Documentation: QA-0HQAA-H8 8           Software Documentation (hardcopy): QA-0HQAA-GZ=           Software Product Services: QT-MJ1A*-**, QT-0HQA*-**   )           The "*" denotes variant fields.   O           The ordering information is valid at the time of release. Please con- L           tact your local Compaq office for the most up to date information.  ,                                            9           M           Compaq C++ Version 6.5 for OpenVMS Alpha               SPD 70.57.05     #           SOFTWARE PRODUCT SERVICES   N           A variety of service options are available from Compaq. For more in-6           formation, contact your local Compaq office.           TRADEMARK INFORMATION   <           2002 Compaq Information Technologies Group, L. P.  N           COMPAQ, the Compaq logo, Alpha, OpenVMS, VAX, and VMS are trademarksR           of Compaq Information Technologies Group, L. P. in the U.S. and/or otherN           countries. Microsoft and Visual C++ are trademarks of Microsoft Cor-M           poration in the U.S. and/or other countries. UNIX is a trademark of N           The Open Group in the U.S. and/or other countries. All other productM           names mentioned herein may be trademarks of their respective compa-            nies.   P           Confidential computer software. Valid license from Compaq required forQ           possession, use or copying. Consistent with FAR 12.211 and 12.212, Com- O           mercial Computer Software, Computer Software Documentation, and Tech- M           nical Data for Commercial Items are licensed to the U.S. Government 5           under vendor's standard commercial license.   O           Compaq shall not be liable for technical or editorial errors or omis- M           sions contained herein. The information is provided "as is" without P           warranty of any kind and is subject to change without notice. The war-O           ranties for Compaq products are set forth in the express limited war- O           ranty statements accompanying such products. Nothing herein should be ;           construed as constituting an additional warranty.                           -                                            10                                                                                                                                                                                 tJ $            	          h             g	      }     p               
	     u      	     u     P             P	     `                    0	     @          r     0          @     H        @v9@      $/ݠ @$/
tj      @7K        0  "  P                     F              ^     0  "                      0  "       P     H |       P     А	     `                   	          S	     P{     @L	     @z     0  "       E>w2>l\&Ӄ9M$'\+U#&Lpzd'^2Gzfk{1Ɔ<"ym=B6a§A~l#
,ېmQe..%SJzHNIpr	e猸Yb}I⟛s6iE54*yZE5rϫ9Iw1
9H$](w<'q:GS#,s1^ؖ"UUakJP,'nY2J7j~Vg
ߞ47>u·uzouy
.&eF\VuH]o?G<c8Ev<'5j%X~-.5m=rp{cpih8jOKԭi3E"3B3WbB8dz;;p	$0r^_ۻS7dOoKVv?y\q0 R%"2eąL̨[Do3dp5nđMYEԍjK}QT0{&PY,}p4;6\I,mya"L5O+*dɹZ8Ufĩ
$n	N 
;dvBqɷhQE^v#*8dwORfsgO.N@.͵csH\gwyBW*#Gk9,>Ѿ6\+)q]gQjͭ<{?/OnڽDݜ{+7HpEV!@˗ח5T֖%<V2ı˜HVx񽾹|2`
RVnL.[ ~㤧|;ґg3b<2L.5
l3Ej,+B}izu:NH^,G%Ozj$>YTOx~c66Eco]&)Z3)>br|F5|L
4xh鐷ObCY05{Wa<g(
\Hoez*R!,$:IY3h1dupXW
('NW .ca4<8I^2aY.N5'm
LEjU
l	gip zy!x}jM/̤;R'~cfp)uh
{}2({r
?pl҃;xnaXf[1w9{ډq D&m2~@qPEz[1_i|7gb!Ao6M7@b:rgG]Y.?zJ28EYI ς䋡h#/\HIc,('ixza]^) =)3zt~S96=Lg z$]Sih@9}9Sfq>>ͱ
O!릵F|K:ٸbdAH@y
ѣ p!%wBz/W pGP?F!=WY?CCpO!gbJބO{7A&j@]C?v$c<J0BKi7 hNhUZIaÉҳP6x0DԵ^(CI,#,C:Aw/`WbkNѢKM{a
n'Nʵ->.֍vO8BYs䤎n\9='mūwK>#cW4e}6%ϼY
E[T{*JkB6}Jh5N¾>KyEЄj?-EqBn<oke+HN4YxZH|"}Z>NG\P.+c>bydSmO{aB˃{KIbyP}jNB$M(N>Ǹ*FGMCB>c^ԋyі@+{ZkIA²**oCBr=[vN_xZBɹᬅrvzBZ,:05Qi)x8;wfpqhzhЈQC_םIS~+}|
c JɁ:h]($O㳞i7HVy
0QnqOwX|ʸbNqވQ]fS!dz#DBذ'jǘ#D=b7H8=?U!OOIy:vGo=% K1
9vnS猀/
ǔȈj]Lq9+OՔ&J!BK# " |IM-bbo&co}D}2=n{I`\⻟դHQ3/%9!iy^x5Xoz팀/
UySo<q M2<qĆM%?H|x"),P2=6
{6l#}	BDX"a% AIas-Zyl oH<l:#b+yg 3slW}9BhgԓBQ[jFlfOu	"cw$,ʕwX^/v][sa=7lLFX}6vʰ	2piKeuY1uQ&aL7Mfk|#l-nMu'`.-%l|_87'A(>~Z᭷%K/2[(kKdzxlfja[sl̃͆M!}ߓE\w2yߟNALvJs	zje{ld'8LzybqY[)?&`(_`QK
.QLO/[2﨔
v_z	X3Y՝>7U+v
sF(+'$W= «RmΟyT/~TiȌ-/Q@xӵBp t C,	x{w*9
N^Dgs,y9Xh3*`=	ĕ{<g2X4(=#Sl8:\y.3~⢓w12gq96p[3?7{Ne.(I338fsEX=jI3c|we,RRTɟFR 7jbo[\pL_x!+Eӳed+>ŀcueӿ雹
9IuO
'l7'3مq=|$ׅx>P_\"ci+.2v]-ǎsyt%]tEEK
L~e6Yȣr#~)A;WvwloE5<(:s'O(0wQȟsR֠Zx֨r.MԵw=Njson2`@ǗUh=cZ%nEў.2A.mN-ܝ=#pcX;r+G`^1.s>jRHp7(N-vY+h]MoX_y~Z!^lyȀ'/_`:?>ﴐ7LZ;'q-Mnޥmj
Q1[aCMԘ:{?s^ȟGqj/{ޱdm^Rdo_)+<z$ߤd<ü@g屻Jp˩/qOwgiVњgЋ<;~Igg<<5P	jW٦EՒ)_<??/yC!)oOa)UUS_ <"Ϛ<]?	Yty6DgCH렰bi{<|92jEO&F)U{f.́ez-9fRBUj?ȍ\R1_60k5,&B'3:(
#ڳˇsƗy[m
Z*5uQ
 if?ULf\?&UZn
U!Mt'Tgr_dy<'rm2?E#Y^SqInLqI!g#|آw
6fˡq-"c-7͌oBV-Wo22,n`ijki
Ib-n\b1mp67*f95YXs}ZAn᭙ˬiL4eAz*#Géǐ
agG	2oU7"DFR~'o
XAĨacdp n/UTqJ
)O^Z䩬5D|O
9u`	=TWPV}J^ ?hIpx5Qv d+IqŮu5qU
9bfʱDY8S95*;Ć1UJ+fg]}q}c
JSl8>~Я\YCe}J
wsz<5W 腑O\XQB^ρUZH[".^D Y7Gi(I~g%(~ y-V½DnݐR//O>|t0߆(ii$w^Q&z}yypq2Ⱥ7Hp[}1i&P4'插FqX'C4[jY
Vy!^h@yѻzM)ɽFn.r]4LQN%!JO5eN4ZLNSnkI#Cnc2!%*g
nx/\&87#K(Kd=lH_R[x2ƿ5# 7g
;,)4;;'``.H5`۱02=9'.^l
y9ٍpRސ8!]+chyWf?Cy2Y+N+K
_A6.+-J|wtemqy:[.CggtYc+wƼ͙NdBzuϘ~i}\dq
FJ-DX{NʛmkYxʸaɸh{:%ᄻ;h9tx{ǧcFhԝ yڟn/a\`
g*:/oj^ʛOCpLUrޜstE=}d+N)n1<i}Y!nLwu49楩B\fYq.2Ⱦl#_^qGm%K_3c6#ʌQm4` 
^W-lm0F |GO<4jc%]_ 8B{COwpC
~lij=rViY';4O3誳G1V}]T#?ƀs"Ⱦh_?D2CM7PJJ
]iisy4,0c'ntxd'y.=~-3R~ݟ_5ܨkl>{j#͚Ư
42oܞk<ܖRm*QT-n܎"q:ԼË[T%q$,U[:߳5UuMTՕVo2&HfnHfۢ f;g2Jw;u.vo+-{:a[s6755?TSHk]\^f<9>¶)__WP;ܬůkޝfkVIsh/,橷[lSɩiz|vE^~.-8mk)<w-`1moMGwM	:MS\n69%?RC8QH4\4%
ǥ!	Z.[{]{֙I||}Gzeg/ ;G?YA|貯bvt_n|XQBn 3l|L>O5)@>j~Jif .8QSEw)
sNk
t͜hүu2ު2' Vd<8L0!b
;qp BGG$y`+ӓnkϡ\pe @f58[@gNYc-^ J<b,>PLd18X5ǺxX} Vz 8Bu5y@&̋d*9f|o`._g\3PbI`MKdkKB ZLYM]h
!at-_ڼt**q]k׺x@%O'0
qΣ;݉kY`oBeh 2MPhVL`¶B6C۪ Gh6T
9'Iay4˖H'<Y$ctO(+f;6q ĊE u]UӰ8]4Ʌ  (1w
ՀIB4b1 19,/p'%ey<îDؐJD5K2#rDY*Ic/kpൊ\K̃%!5DdYD!P1%<  `y#\UbqMPZ  XƦʓ2I"`O`l7\Իwzv`zre1^I^Cɼ"嬃^!H0?hQC}L4ksa`9Ҫ/ԁ@/5q$q/>Tno_ςkJ:W }e/1F⫄q8=FwĻ$r؋#T$w%vSnq8I"RUhauGK@L.OŔKKqcv2hGB+0IfG|/Kqn_
:WƇOD|/OX(WR.a"xJ` G5
+Bh_;vC_Gw{,
YǢ	- Gܛ}M4ߝSr$'fIDEAe
*3&K|RuZph1K-2.~[)iyg
`S:\3jsQn
3rlc c5:heZƝ|I4P0
 Es$pc
&k'сY`d$M^O #(c4$`lpft8po4,@G@.8h|E`40za["D?& e_>pǥ};pV΢l:16
O \|s\`$p&ph_KJ=0M<  8_̑EcHa$
a$		B5Pt!/c8߹dZC<	T=&냝o%I0Xk\tk0}F`1}'=qe{b
?
`O<{%p@Y@CTǠ>.A"d 6uf*Kzd|OVםɕ	R׮&lvnZvQ\6ÛҡF^wNf#Z "]kςby]2Nt)nB8Y| >ىȶ&rCP;TePm	hGepGPp?ؿa}PZս,>T~~rNT	!ӄ~VjMDvfTFF+#LOC:[2AX a-&>2=7*هW&CckD]p=xLD鮵艖cRr]Z)Y>ՐV"PJfz
۫amP"Cz)yGr!Uv$rDMOW֦F8顲_FQYDj)?t$׻PI*@izO_	Vo3FXx}2v޼r05{(~k@5o(~r#,1ʴQ%P]rJeȳ"M"LqތdGBRuM⼙%Cb"WL{k(&# hT&!_dS0phel* aP:/t1Q*B_D9H}%%>8P"$OG#V< MJ0PUC86v*"j_`<r&!F0
E1ESG8ԕG+"uy
`b)]*j:P@e5mQ~D0)CeNkc 
̉5 2Tĵzqyɫo0]k;7`9%F
GbA_qPω[4}O*A%QrUjMuLɥ4=e5EрHG6*x-E(܃2)AP9_"Fzd
4~dYȹnM%+7X#pMjd'%1z&"ؔ類5i?p&PxZz*[떡G*C x/B='( FGZ{2=;;ZI6ezv-GSxIbFt-@,PFMfrdi%Uy\ C^Z T%	z{D
>&ꐧc"}9#A,yyAS
_wXzF\OtDC}F֑W馭`"ȣ3'M?:1?--r <x@q
̻SH*ఊ[Do
N36	6 o^<x#hvIG?<ϡ]vK_ϲ#5Gng '5J<kŷڮSucko[gy=7Ks72ork
(57[GStq3da^KoWrb we3%Ks25Z>=C.~,f֐WOf߽v}̡Qs%<w:rՐw%Z&y]Z.xC@%>E34N=8TC኱om:IwDˑ/Mi{]Oǘo<p+ZHUk^5[̄/SڎV_̱~sɦYNUl
:179nhWRgM;;4Uu_Ls~yߛ='^Lo_Y߮ΈʛqxD׌߶TܰqvMjdmF[ˌwik+|hhdR7E	LJKGG׿fJ^c/R5]
AogwZ*6>
nSyguFW\"ؓφs=T#3њY0=]do6&6_8f먩S'Xgb.2_ggj*~|n1ݘmtV2pÞވ'YqKs';iȕN)On9׾45ٷ嬑[mm:NmXHW?}6'㻖4zMVao/c
36 aTړ#Sު$8߻vٗ.$׶:l]Xj2{ӳ]s:^}iq@S*U2|3@QGNFƗ[f^ooW~ihOK<pٕV+WOo6MV-CzU]0;l`cg77jnY1ٳ18m\<KȜ;vn5H?f쓠iU]?Xa%? ;g1mcAuqu85u=)eY~uiC{Y:K:{:pFs=9NƨE8AlK\δ?O]ȯǷt[L8/,YGx?Ɍd,2G {)Pm:y-~?jOyq/џ%4:ݴlq񳗍\:g
'tݐT^Uh1lLĝW?Иpd僜֛-x=;Wrbu%Ԭu sI-Ў4سwLɄHWfքq4[#AL~々.9 kWwו}nqz/F
L͛S=x{:n9y,:hR.)FUhlyo+8&0¥#7|)-#|fI~7'%WmOxnmi˲NkhѸ{be4KvΟ㽻nT[m{jP-''m@⣌_Eǽ)/3jgwߜĝ3ɉxnAջ_z`bJ݀Y؟y4e6цNwG׵ma,v9y;7l cCm؞oGw92PfbS*l0tv(8uC[Dh~fKFm-s!D/ay֒O/s߿",xt5.$bfF#	SkTp\0<ӑ~츪ˍ']3@{$ט1
f9U^բu[&k0zY});*3Mk~jUe4K5a͝s5|z.Zg2,ͦ|*wǣoi?ﴫڡrߐStubJXWɖg-\?;wWoiGDhl&jb eڜԚczfp&\1hWcLC1Zqfy#,-h5C'gKv(m9V\ƠE_UuAwwww7Mwwtb  t"t	Hoz|빶kƘ3좧=EŎdWGUܹe:kr52F?Ks'UQ=ye:=a%K^4%.ZxΦ9{bKWJL:2rfdɼۺK+]9Y(	0PR%ue#+bOf=P||DVPҸ	|JW/kXNS8*gC30H0̽oɡݚS^AA	-X@2[a^xʵaj(p8]X }2I61Yiv<w&z!P}kORum
%{+W&4F:\s+LuAp-y|"!T/cЙ'?/}-R}Jy.E`9gKp|f.%nHW`HJcPB=I.o<滺?q*pr~'gỮ+Y&{b#p [mܲVL_3Xm桤nb.ڕ-C[O'yGLRVM<Q.4<F'XT%V#}{l	Z3Lt%Ak,FU9xPIcfpA%\LpoAm9_
VtJu+XFVtm'DB%	
T}ê Qj}1s2yC,>g{tN@9/JìG*q94mnvK_U|ü^}7~$͖j{F #4XߟRZ%
R`6 ݖS1#I$iH҈ǐȯ
vyy(140FP͜"籏o@O2)jcB>k&oVFLDj=o퍹E;'x:40KӺ;^:k;!i
!VYiKoi06T,;0M!&T*Z1OW(d0sFm[
5nwL-g={gTruW#PD`gDZG6kxX 卫(u)Vfd|}(DqEP|N^V6	<E
99%GWnr<5'vU* QsKAx՘>yi܇,I?]3Qe(V^'{V