                          Software           Product            Description   M           ___________________________________________________________________   +           PRODUCT NAME:  HP C++ for OpenVMS M                                                                  SPD 70.57.11              DESCRIPTION   N           This document addresses HP C++ Version 7.3 for OpenVMS Alpha SystemsL           and HP C++ Version 7.3 for OpenVMS for HP Integrity servers (I64).  Q           HP C++ for OpenVMS is a native programming language product, which gen- M           erates highly optimized object code. HP C++ for OpenVMS is based on M           the ANSI/ISO C++ International Standard, reference designation num- P           ber ISO/IEC 14882:1998. In addition to this standard, C++ supports the$           ARM, GNU, and MS dialects.  Q           HP C++ for OpenVMS includes access to the following language libraries. O           Some of these components ship with the compiler kit, while others are 9           shipped with the base OpenVMS operating system:   Q           o  The C++ Standard Library, which is an implementation of the ANSI/ISO O              C++ Standard Library. Portions of this library are implemented us- N              ing source code licensed from and copyrighted by Rogue Wave Soft-              ware, Inc.   M           o  The C++ Class Library, which is a set of headers and other files N              implementing a collection of basic C++ classes including the pre-N              ANSI IOSTREAMS classes. This library is provided to support soft-N              ware developers using HP C++ for OpenVMS in conjunction with pre-K              existing software that depends upon pre-ANSI library features.   O           o  The OpenVMS C Run-Time Library header files, reference manual, and Q              library. These components allow programmers to access the rich func- 1              tionality of the C Run-Time Library.   M                                                                      May 2007                       HP C++ for OpenVMS    P           o  Features to facilitate porting between HP C++ for OpenVMS and otherS              implementations of the C++ language. The compiler allows you to choose O              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.   N              -  the GNU dialect for compatibility with the Open Source compil-                 ers.  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. GlobalN              names which are displayed by the linker utility are automatically'              demangled for readability.   O           HP C++ for OpenVMS documentation provides comprehensive reference and O           usage information for all product components. Online help is provided Q           with the software, and HTML documents are provided on the Layered Prod- 8           ucts CD-ROM Library for the following manuals:  4           o  HP C++ User's Guide for OpenVMS Systems  A           o  HP C++ Installation Guides for OpenVMS Alpha and I64   2           o  HP C++ Class Library Reference Manual  M           HTML files are provided for the release notes and some of the prod- 2           uct manuals, for use with a web browser.  O           Hardcopy documentation is available by ordering the separate software            documentation kit.  ,                                            2                      HP C++ for OpenVMS               Features  1           o  Extensive error checking diagnostics   M           o  Automatic template instantiation compatible with older compilers N              for the OpenVMS Alpha platform. New ELF comdat based template in-<              stantiation model for the OpenVMS I64 platform.  &           o  Enhanced debugger support  N           o  Language mode and diagnostic message options increase compatibil-P              ity with earlier versions of the compiler as well as with other im-"              plementations of C++.  P           o  Fast compilation and increased code optimization by directly trans-7              lating C++ source programs to object files   O           o  Extensive global and local optimizations of generated code for in-                creased performance  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   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   0              -  32 and 64-bit VAX floating-point  ,                                            3                      HP C++ for OpenVMS    B           o  Integration into the Program Development Environment:  M              -  Generation of debug and traceback records for symbolic debug-                  ger support   ;              -  Conformance to the OpenVMS 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  9              -  Ability to use additional class libraries   O              -  Support for generation of source code analysis information that G                 can be used by the HP Source Code Analyser (Alpha Only)   Q              -  Support for generation of diagnostic information that can be used 3                 by the HP Language-Sensitive Editor   -           Run-Time Library for C Applications   P           The complete C Run-Time Library that is needed for use with HP C++ forN           OpenVMS is distributed with the OpenVMS operating system. The C Run-O           Time Library provides routines to perform input/output, character and P           string handling, mathematical computations, memory allocation, and em-M           ulation of selected UNIX features. These routines are provided both 9           in shared image and object module library form.              C++ Standard Library  Q           The C++ Standard Library is an implementation of the ANSI/ISO C++ Stan- P           dard Library. This library is comprised of a suite of header files andP           the run-time code needed to implement the string library, numeric lim-Q           its, auto pointer, exceptions, complex math, and the STL (Standard Tem- O           plate Library). Portions of this library are implemented using source I           code licensed from and copyrighted by Rogue Wave Software, Inc.   4           C++ Run-Time Support Library (OpenVMS I64)  ,                                            4                      HP C++ for OpenVMS    N           The C++ Run-Time Support Library is distributed with the OpenVMS I64O           operating system. This library provides support for language features Q           such as RTTI, new and delete, exception support, and some parts of 128- N           bit IEEE floating point support. These routines are provided both in6           shared image and object module library form.             C++ Class Library   R           The C++ Class Library Run-Time components are distributed with the Open-O           VMS operating systems. The Class Library provides the following pack- O           ages: iostream, generic, mutex, objection, stopwatch, string, message N           and vector. These routines are provided both in shared image and ob-#           ject module library form.   )           Run-Time Library Redistribution   O           The HP C++ for OpenVMS kit may include Run-Time Library components in M           either shareable image or object library form. HP grants the user a O           nonexclusive royalty-free worldwide right to reproduce and distribute G           these 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- ,              ate in the OpenVMS environment;  M           o  does not use HP's name, logo, or trademarks to market the user's *              software application product;  P           o  includes HP's copyright notice for HP C++ for OpenVMS on one of the              following:   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  O           o  agrees to indemnify, hold harmless, and defend HP 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-N              uct. Except as expressly provided herein, HP grants no implied or  ,                                            5                      HP C++ for OpenVMS    Q              express license under any of its patents, copyrights, trade secrets, R              trademarks, or any license or other proprietary interests and rights.  H           See the Deploying Your Application chapter in the users guide.  %           ALPHA HARDWARE REQUIREMENTS              Processors Supported: N           Any Alpha system capable of running the OpenVMS Alpha Operating Sys-&           tem Version 7.3-2 or higher.  N           Refer to the OpenVMS Software Product Description (SPD 82.35.xx) for           details.  :           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.  #           I64 HARDWARE REQUIREMENTS              Processors Supported: N           Any Integrity system capable of running the OpenVMS Operating System            Version 8.2 or higher.  ?           OpenVMS I64 supports the following Integrity Servers:   @           -  HP Integrity server rx2600 (2 sockets) - all speeds    ,                                            6                      HP C++ for OpenVMS    @           -  HP Integrity server rx1600 (2 sockets) - all speeds  @           -  HP Integrity server rx4640 (4 sockets) - all speeds  M           Note: A socket is a receptacle for microprocessor modules. A single =           microprocessor module may contain one or more CPUs.   N           Refer to the OpenVMS Software Product Description (SPD 82.35.xx) for           details.  :           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:  2           o  OpenVMS Alpha Version 7.3-2 or higher  .           o  OpenVMS I64 Version 8.2 or higher  R           Note: A version update represents a complete distribution media replace-M           ment for the previous release of HP C++ for OpenVMS. To provide for N           proper operation with the new release of HP C++ for OpenVMS, productM           changes and functional enhancements in a version update may require P           the recompilation and relinking of all modules in an application built           with a prior version.   ,                                            7                      HP C++ for OpenVMS               SOFTWARE LICENSING  R           A software license is required in order to use the HP C++ software prod-M           uct. For VAX and Alpha platforms, HP C++ is offered with Concurrent O           Use, Personal Use and Traditional 'capacity' licenses. For I64, it is O           offered with Concurrent Use licenses. Version update licenses are not N           available for the I64 platform. Rights to use future revisions of HPM           C++ are available only through a Support Agreement or through a new P           license purchase. For more information about OpenVMS license terms andM           policies, contact your local HP sales office, or refer to the Soft- S           ware Licensing site at: <http://licensing.hp.com/swl/view.slm?page=index>     -           LICENSE MANAGEMENT FACILITY SUPPORT   M           This layered product supports the OpenVMS License Management Facil-            ity.  Q           License units for Alpha and VAX HP C++ are allocated on a Capacity Use, M           Personal Use, or Concurrent Use basis. License units for I64 HP C++ 2           are allocated on a 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 LicenseO           Management Facility manual of the OpenVMS documentation set. For more O           information about HP's licensing terms and policies, contact your lo-            cal HP office.                    ,                                            8                      HP C++ for OpenVMS               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  M           For more information on OpenVMS classes and tailoring, refer to the O           OpenVMS Operating System Software Product Description (SPD 82.35.xx).              OPTIONAL SOFTWARE   N           o  HP DECset Release 12.7 for OpenVMS I64 and Alpha, which includes:  R              -  Language-Sensitive Editor/Source Code Analyzer (LSE/SCA) for Open-                 VMS Systems   6              -  Test Manager (DTM) for OpenVMS Systems  K              -  Performance and Coverage Analyzer (PCA) for OpenVMS Systems   @              -  Code Management System (CMS) for OpenVMS Systems  B              -  Module Management System (MMS) for OpenVMS Systems    ,                                            9                      HP C++ for OpenVMS    M           The HP DECset product is available for both OpenVMS Alpha and Open- M           VMS I64, with similar capabilities. For more information on HP DEC- N           set Release 12.7 for OpenVMS Alpha and OpenVMS I64 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  R           HP C++ for OpenVMS Alpha product is available on the OpenVMS Alpha Soft-P           ware Layered Products Library Package (QA-03XAA-H8). The library pack-9           age includes media and documentation on CD-ROM.   M           The software documentation for C++ on OpenVMS Alpha is available as R           part of the OpenVMS Alpha Online Documentation CD-ROM Library (QA-4KM8A-P           G8). A hardcopy documentation set can be ordered separately (QA-0HQAA-           GZ).  "           HP C++ OpenVMS I64 ONLY:  R           HP C++ for OpenVMS I64 is available on the Layered Products media withinP           the Operating Environment package. The Layered Products media includesN           the product binaries and on-line documentation. An optional hardcopy,           documentation kit is also offered.             ORDERING INFORMATION                    -                                            10                       HP C++ for OpenVMS               Licenses  M           ___________________________________________________________________ M           __________________HP_OpenVMS_Integrity_License[1]__________________   1           HP C++ Concurrent Use        BA349AC[2]            License M           ___________________________________________________________________ H           [1]Update licenses not available; updates available through SW           Updates Service.  H           [2]This license may also be used with OpenVMS Alpha in a mixedM           architecture_cluster.______________________________________________   M           ___________________________________________________________________ M           _______________HP_OpenVMS_Alpha_and_VAX_User_Licenses______________   2           Personal Use License         QL-MJ1AA-2B2           Personal Use Update          QL-MJ1AA-4B           License 5           Concurrent Use License       QL-MJ1AA-3*[1] 5           Concurrent Use Update        QL-MJ1AA-5*[1]            License M           ___________________________________________________________________ J           [1]Asterisk denotes number of users: B=one user, C=5 users, E=25M           users,_F=50_users__________________________________________________   M           ___________________________________________________________________ M           _______HP_OpenVMS_Alpha_and_VAX_Traditiona/Capacity_Licenses_______   5           Alpha Traditional License    QL-0HQA*-AA[1] 5           Alpha Traditional Update     QL-0HQA*-RA[1]            License M           ___________________________________________________________________ K           [1]Asterisk denotes system tier. E=workgroup tier, G=departmental "           tier, Q=enterprise tier.          -                                            11                       HP C++ for OpenVMS  M           ___________________________________________________________________ M           _______HP_OpenVMS_Alpha_and_VAX_Traditiona/Capacity_Licenses_______   5           VAX Traditional License      QL-MJ1A*-AA[2] 5           VAX Traditional Update       QL-MJ1A*-RA[2]            License M           ___________________________________________________________________ K           [2]Asterisk denotes system tier. B=workgroup tier, 2=departmental M           tier,_5=enterprise_tier.___________________________________________                                                                   -                                            12                       HP C++ for OpenVMS    (           Media and Online Documentation  O           Product binary kits and online documentation are delivered on consol- D           idated media libraries. Delivery model varies by platform.  M           ___________________________________________________________________ M           _______HP_OpenVMS_Integrity_Media_and_Online_Documentation[1]______   2           Foundation Operating         BA322AA#AJR           Environment 2           Enterprise Operating         BA323AA#AJR           Environment 2           Mission Critical Operat-     BA324AA#AJR           ing Environment M           ___________________________________________________________________ L           [1]Product ships on Layered Products Library media included in allJ           Operating Environment media kits, available with initial OpenVMSM           OE_order.__________________________________________________________   M           ___________________________________________________________________ M           __________HP_OpenVMS_Alpha_Media_and_Online_Documentation__________   2           Software Layered Products    QA-03XAA-H8           Library Package[1]2           Software Layered Products    QA-5G98A-H8           and Operating System           Library Package [1] M           ___________________________________________________________________ M           [1]Quarterly_Software_Updates_Service_is_available.________________   M           ___________________________________________________________________ M           ___________HP_OpenVMS_VAX_Media_and_Online_Documentation___________   2           Software Layered Products    QA-5G88A-H8           Library Package[1]M           ___________________________________________________________________ =           [1]Quarterly Software Updates Service is available.         -                                            13                       HP C++ for OpenVMS  M           ___________________________________________________________________ M           ___________HP_OpenVMS_VAX_Media_and_Online_Documentation___________   2           Software Layered Products    QA-YL48A-H8           and Operating System           Library Package [1] M           ___________________________________________________________________ M           [1]Quarterly_Software_Updates_Service_is_available.________________   M           ___________________________________________________________________ M           _________________HP_OpenVMS_Integrity_SW_Update[1]_________________   -           HP C VMS I64 Media           BA48AA M           ___________________________________________________________________ J           [1]For the OpenVMS Integrity platform, media updates are orderedH           by adding SW Updates Service to individual products. The aboveI           media product number must be pulled into an order if SW Updates M           Service_is_planned.________________________________________________                 Hardcopy Documentation  N           A hardcopy documentation set can be ordered separately. The documen-(           tation set varies by platform.  M           ___________________________________________________________________ M           ___________________HP_C++_Hardcopy_Documentation___________________   .           For OpenVMS Integrity        BA349MN2           For OpenVMS Alpha            QA-0HQAA-GZM           For_OpenVMS_VAX______________QA-MJ1AA-GZ___________________________   N           NOTE: If you are adding a layered product to an existing OpenVMS In-N           tegrity system and do not have the latest software revision on site,M           please contact your local Sales Rep to request a Special Media kit.               -                                            14                       HP C++ for OpenVMS    #           SOFTWARE PRODUCT SERVICES   M           A variety of service options are available from HP. For more infor- O           mation, contact your HP account representative or distributor. Infor- >           mation is also available on www.hp.com/hps/software.             SOFTWARE WARRANTY   P           This software is provided by HP with a ninety-day conformance warrantyO           in accordance with the HP warranty terms applicable to a license pur-            chase.             TRADEMARK INFORMATION   :            2007 Hewlett-Packard Development Company, L.P.  O           Confidential computer software. Valid license from HP and/or its sub- M           sidiaries required for possession, use, or copying. Consistent with M           FAR 12.211 and 12.212, Commercial Computer Software, Computer Soft- D           ware Documentation, and Technical Data for Commercial use.  O           The information contained herein is subject to change without notice. O           The only warranties for HP products and services are set forth in the N           express warranty statements accompanying such products and services.P           Nothing here in should be construed as constituting an additional war-R           ranty. HP shall not be liable for technical or editorial errors or omis-!           sions contained herein.                             -                                            15                                                                                                                                       lҡ?
^A>,coI̔O/,oJ[O&7d$=Q\n>uBdyjj^/,\S{Jͤ	nWEScm=HTe)5xqF";y$ O\翚᱘|*-iv_M8Z,hˊR1Յ*ͯ8}oOqGPxcdAl
"	D#Fnp#kBF+mD?V}2ۖK5U2a^:.tF(Min%xoKی{\/e0ӈO,&Q.b Оyns/?ǉTQ:(x`Xz޽|ѳ,4eUz%t)ԫtߏl)L	I
~^|!`-Plݙ;݂WU!=˼;"=W X\"Ky

VJ5jL&wzUoS	!?ʍݯ/yO2@	ܕA)MDuC9UFSĐd/J-%? 6u9+2YCYpB
-F.tz!98pkn<-%b]w+= ΐS Z.ש+r˾G#෎ܨB[`z.Pxr8+2P1J>G"k(sXVPق  ̢8:goP-֟wUZws:~ύ_Î! Yy,:JMޥ#Y=yͳoc<wjCj]4cYNbXߎIbҭDVȭSe9ew.t
o]q`m
ۀ
SQdTL0)V̲YE$agVsTk7ϓgQ@P0]	qis3+Ү*cu_T]{2-b3귌[!yZd`1<UK.$}$p"K4Ъ=S[p	E[4I3Ew< d,׏
5P*BE@c˖5Z3dEp^@.tLscoW/
1f@Hr=z1'ͬrAfP-cX.vܫI0.eEț8kDS9518?stOg=7S1O>oQJ2[J˩;ԙxi[h2mBx55(},J;~8$~B)֪N),]l7̈́j-yf_W쓘Ё	XggpX7?AkUꆞ=K3]"Y_ݝ94bZܣK_
(>Hӫ{2vr]АYg7"#"V|3/e&HFäp>aEKZ]#>HHv^o*)3]ΐMV dؑ&"s1w'{GrOeH-`DN0||07! *I<ݴy,)Ǝ>ُ<8a
ⰈVZ7Cpzu}Vufw~Q?mϏƑT=.+)f߭z׊j1&jY4[O<j{4@xSTl
fV'Y-Qɹ.KM[ns
sp\^mQ]QWFo5L>3HXE^.Q lܶV,J^@T6>4\82N`Բ>82D?-,=eގ}Sc uҵQw)Ybs0U>\`BD,"0OCt+nko
=v*_=۾{f9H"n췛VR*<[&qnjJ`uء}yel.mqsOj(.bYfb\b$}MEKE"Qsȩ95odT5DfݦR) t~IO
*8PQވىZܟ
ޓB	n ټ ku{YAԀ8	dǗx }<^C\s$e^
yyV툈=׍曪Q/7p-p9^r$YBSMOC)+wi[B&)y_ \GYXZ7N	LĝL%!OCuwM!WSL6əh,oq JZ\2?
AX5̬zҾ=̦&ũ+HT[`<LߩaBlܬ_U~mǻ(|6ʐާLJ .pn6CwlA#I	T;iD:`fĪ86aYQҧbgE*Yw{gKq֚5~p_}5¡J0fJ#+{Kj7.htl1>n?)VLyxh@$;oǫf?q)$۳
Ic<@
`pB_ݸuWDL{!H%ZoKя_ե<~5*$ASH#O@3^Ӗ}EA]SքS^\*_=N/205n's #eJwf ND9ijuȘ3<g1O̵TXrZa~lgp^&OT}otxhmzuI KM>5q4 ہC:9=s?˔ZNNƿr4pwf/؄*\kL黽
LhQ
dwƫ4	/y4մhwŨ?yoO}hnXW	s?<Q&-=܄8;x:ԯ	%v	ю&liyїa椞pA9c~X:I=ludxQFx"ywOquDMż鏕}Vtk݁;~0Stt|Ԝd'/W; _b.z`qGrÝ*_JJNoXz"FYZٕo%aa߄4Rb5>E`hcGQai>Wj\bfN"	~Y'yhD|O CU3/
EaΚV2(2igcwHdi	t^#3+?1.1Tx0u58Iͭ9tDpt+Dp}_mڵePoݨ&7u.)PD+G2[1\")U(e0e';frTWdZ7%=Jl6SɃCQE.'4*@QY"#!ϕs{[X(
s6mr\z/2L>My?$[$:ݱY]J^^ɠbjT|hvȖEdGV '0P@B[_zd9=m@5H |dFd3ꨒ&|$(v>XF([Ldo,+BnzΙ;i.P
76p8F
n*;@P<"iʴ,{9_CzW8ё85 )z~9=l£jU="wHAl{oB$Ws1gv[dopT=\y0hp'Wc;Δ	_s@A Dq*gpֱ%{c>o݈x*zT*>JG<_?
nOrEWZB67`9 l+0[]l*|wL瀧ІK_n{94YU-d;p8\pGg(jL}g-4[D9v/Z.tCL[( )*7Zu51f$	M6^_٬\7BrSd3vChj#H!f.g$C޲Hr8cڍpVs+̱w}HɳwǄDDq^1D⻣Bv%m«
"}+žtdc	ck9Hڙ25I
CR&JܷM+i]WwmZ;2{&Yd;9ݤౣ,"M[]TG$=(aoSG`Ĥ.62mٝ'K7<OA%bM	. sGâh4||`g͆ܐj{w:{kBu[uQ&T!7c[;8<Έ>2-MVSᙰj	Q*28Q(2A~{8_ؕHG?0[li;K@ar"F:J,8$p`ǖvB0.拯5 VcWz=۽:
Tf@l+,3	f0_J 'dl	BvEq`Tf3}uZ\Xad3ϊ]Ja[^8Ϗ;4(^h4<$1G^/zhi6;$*`<C$)=(=/ٺ>ŃUƧE+alq~K*_=3G*[8H`Gdv4=J-dwj$'@kJEu{	D#SdB÷ W/5֑ۂЉ`4b]L7<JrCɃ9˧`j:1αuuHU
uq\:nγ3C꿾uԡ,F.Վ18,VL-#)wi?F
;eJ	Ã18+)Ӽ+|wQP|UCJSFZ*s3@iXD+ bC^LL=Ȯ=b{]#
?`xSE&/%U
 ?V6Ur`hy4VGNOQ%6YGvZܑ
o>oQIW7]XHl`$| "5oj=DϔgD 4կhw}̎# kwb|jJHgc@u
c|O,
OTݾw5~eŌ驪hΰw(0^c?eĹMҵv[ o?YsVkҭ0y1= \#`MZB.e QrzhnĖZd+5k|vնCuxܦ?(s}L 5߶+	Xt*v/&DIHwɬ_O`b~3)
06t~XPu`ǷzMj	H딈pA+@OɶBGypr#˟0"jM%hb[%nqf}xh>!kmv=i%u"

]^?3w/2.gx}Q0_
dl|HJ D9r>`(:,ָyA;4!4#}9O77yg"j{"4[l{ղ[U%L҈1_:|ikUC,SFEt%58]

b 1w;;Z*NEVd6<:}2 ['d%ʉ^p
\.i,nRG8R3w