Template as template parameters and friend

Hi,
The following code does not compile with "Sun C++ 5.9 SunOS_sparc Patch 124863-03 2008/03/12". Should be a compiler problem, or?
Thanks in advance!
template <class T>
class A
template <template<class> class T, class E>
class B
friend class T<E>;
void f()
B<A, int> b;
}

I believe the code is valid, and we have a compiler bug. Please file a bug report on the C++ compiler at
[http://bugs.sun.com]

Similar Messages

  • Multiple SQLs and templates based on parameters

    Hi,
    I am developing a report using the BI Publisher that is intergrated with EBS. It will be submitted from concurrent program submit request form. Based on the number of parameters, the report SQL and layout should change.
    (e.g. If user inputs parameter1 and 2, the output will be at summary level. If he provides parameter 2,3 and 4, detailed output should be displayed)
    Is there a way to achieve this or Do I need to go for separate data template-layout combination?
    Thanks,
    Vivek.

    There really is no need for it to be two reports....You have to watch for these Kiwis! j/k gareth
    I have done this before and it works quite well, all you really need to do is create another grouping after your beforeReport query. I've actually used it combination with bursting too.
    In your queries if you don't want to execute the query you can pass in a parameter and a join
    first query
    select 1
    from dual
    where :p_process_da_sql = 'YES'
    second query
    select 2
    from dual
    where :p_process_da_sql != 'YES'
    <BeforeReport>
    <group 1>
    </group 1>
    <group 2>
    </group 2>
    <AfterReport>
    If you don't want there to be a blank node (zero nodes) I would suggest you change the property in the data template include_null_elements to false and that will removed the empty node (could be group1 or group2 depending on the parameter)
    Also, I have not seen any real performance issues with it either but everyone else's situation is different.
    It's a simple as that!
    Ike Wiggins
    http://bipublisher.blogspot.com

  • Freemarker template error!      parameters.templateDir is undefined

    Hi
    I have a Struts2 application and work perfectly in tomcat and glashfish. When I deploy in Sun Java System Application Server, all Struts tag broken and say:
    FreeMarker template error!
    Expression parameters.templateDir is undefined on line 23, column 15 in template/simple/form.ftl.
    The problematic instruction:
    ==> ${parameters.templateDir} [on line 23, column 13 in template/simple/form.ftl]
    in include "/${parameters.templateDir}/simple/form-common.ftl" [on line 23, column 1 in template/simple/form.ftl]
    Java backtrace for programmers:
    freemarker.core.InvalidReferenceException: Expression parameters.templateDir is undefined on line 23, column 15 in template/simple/form.ftl.
    at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)
    at freemarker.core.Expression.getStringValue(Expression.java:118)
    at freemarker.core.Expression.getStringValue(Expression.java:93)
    at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.MixedContent.accept(MixedContent.java:92)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.Environment.renderElementToString(Environment.java:1461)
    at freemarker.core.StringLiteral.getStringValue(StringLiteral.java:95)
    at freemarker.core.Include.accept(Include.java:110)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.MixedContent.accept(MixedContent.java:92)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.Environment.process(Environment.java:176)
    at freemarker.template.Template.process(Template.java:232)
    at org.apache.struts2.components.template.FreemarkerTemplateEngine.renderTemplate(FreemarkerTemplateEngine.java:157)
    at org.apache.struts2.components.UIBean.mergeTemplate(UIBean.java:559)
    at org.apache.struts2.components.ClosingUIBean.start(ClosingUIBean.java:59)
    at org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentTagSupport.java:53)
    at org.apache.jsp.index_jsp._jspx_meth_s_form_0(index_jsp.java:267)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:134)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:389)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)

    Hi Odinart,
    Please post your question in
    ASP.NET forums.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Template working in prod and not in dev

    folks,
    I have a report where i use a etext template..
    I have same query in dev and prod..same template and even xml is identical..But when I view output as text in prod server, it works fine..But in dev server its showing blank. That too when viewing output type as "text". CSV and XML types work but not "text".
    I tried to view output Through "Template Viewer" on desktop. I was able to view it. But only when trying to view on server, it is returning a blank report.
    Is there any server property I need to set for etext templates?
    Prod version  and dev version of BI publisher is also same: 10.1.3.4.1
    any ideas..

    Hi,
    use the analysis function for plan cost estimates. You can start the report by entering the code SUR in the OK code field on the result screen of the cost estimate. See SAPNET note 428340 for details.
    best regards, Christian

  • I have an iPad 2 and want to be able to design my own templates for invitations, labels, and such. What do I need to do to be able to do this? Apps??

    I have an iPad 2 and want to be able to design my own templates for invitations, labels, and such. What do I need to do to be able to do this? Apps??

    Take a look at these three sites and you might find something in one that will work for you.
    http://appadvice.com/appnn/2011/06/appguide-updated-vector-drawing-apps-ipad
    http://jaevin.com/blog/2011/02/20/ipad-sketching-drawing-apps/
    http://www.designer-daily.com/10-great-ipad-applications-for-creative-people-623 4
    I downloaded iDraw - which is an Adobe Illustrator wannabe for the iPad. You can export to PDF and other formats using iDraw. iDraw also supports file sharing. File Sharing is the iPad/iTunes way to send files back and forth from the iPad to your computer and back again.
    This site will tell you about iDraw.
    http://www.indeeo.com/idraw/
    This is a link to iOS File Sharing which you will find useful as well.
    http://support.apple.com/kb/ht4094
    There are third party apps in the app store that will allow you to use virtually any printer even if you don't have one of the HP AirPrint compatible printers.
    You can even use an app like Pages to create your templates. You can insert art and photos into Pages and it supports file sharing as well. Pages is a Word Processing app and I would be inclined to not use it for your purposes but it will work for some basic designs however it's certainly not ideal for creating artwork.
    http://www.apple.com/ipad/from-the-app-store/pages.html

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Using different templates for the desktop and phone versions of the same blog

    I have a site which was created in Adobe Muse and is hosted on Business Catalyst.
    I have created both a desktop and a phone versions of the site.
    I  want to know how I can integrate the blogs that I  currently have on the desktop site with the phone version that I just did, using different templates for the desktop and phone versions of the same blog. This is in order to ensure that visitors to the blogs on the website are directed to the templates that render correctly for the devices they are using.
    My current approach has been to create both a desktop and phone versions of the blogs. The problem with this however, is that the dates are different and the comments are separated between the two blog versions!
    I  have also tried enabling mobile templates in BC, but still couldn't find a way to specify the mobile versions of the templates for the same blog?
    To recap my problem, I basically  need a solution where the same blog uses different templates for desktop and mobile (both templates use different navigation headings and menu styles)
    Thanks.

    There can be few reason for this, including page contents links or contents used in phone/tablet version.
    Please provide the site url , also try to publish the site as a trial site in Business Catalyst with all layouts which would help to isolate the issue.
    Thanks,
    Sanjit

  • When i set page as template, set editable regions and try to view in browser IE 9 a download box com

    When I set page as template, set editable regions and try to view in browser IE 9 a download box comes up and when i click open it just opens the file again in DW.

    Use the Template to spawn a child page.  File > New > Page from Template...
    Save the child page as some_file.html and then preview that in your browsers.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Problem uploading templates with liquid layouts and dreamweaver cs6

    Hi
    I have developed some templates in Dreamweaver CS6 and Liquid Layouts
    However when I want to preview them in a browser, they come out blank (No Data at all)
    I have tried this without Liquid and works fine, minor bugs that can be fixed like background image not visible
    It seems the problem its at the BC system
    Will appreciate help on this matter
    Thanks

    You should not be using Liquid in product sites, especially in templates since the whole liquid code breaks and does not render in several places.
    DW has no features to support liquid rendering either yet.
    It is something that is in Alpha.

  • No template found creating Tabs and Processes in HR Flexible Performance UI

    Dear Experts
    We will be using EHP4 Flexible Performance UI.
    I have created the sample performance template in PHAP_CATALOG and have transported this to our DEV playpen client.
    Within the config Master client I want to configure the u201CDefine Tabs and Process Configuration for Templateu2019 IMG node and after I log in it takes me to the web dynpro screen u201CWeb dynpro ABAP configuration for Appraisalsu201D, I get the error u201CNo template foundu201D.
    When I check the Help it says 1) to check the template has been created and 2) that the template has been released
    I checked and the template does exist in PHAP_CATALOG and has been released.
    Has anyone encountered this problem and has a way to fix this?
    Thanks
    Oliver

    Hi Maurice,
    Thanks for your quick reply.
    Yes the template has been definitely released.
    Yes Iu2019m using the same user to create the template and trying to do the process tabs u2013 I have SAP ALL Access.
    Also, when I transport this template from the DEV master client - to a DEV unit test client I can actual run the process template setupu2026u2026u2026u2026.
    Developer has checked the code and DEV Master client is the same as DEV Unit test clientu2026u2026u2026.interesting.
    Have you ever come across the issue where the source client where template has been created and released that you could not create the process tabs?
    Any other ideas how I could solve this?
    Many thanks
    Oliver

  • Where can I find Marketing Templates  Oracle Cloud Solutions and Services?

    Where can I find Marketing Templates  Oracle Cloud Solutions and Services?

    For 11i, I do not believe Oracle provides a seeded template for checks. You will have to create one on your own. Pl see note 312353.1 for details on how to print checks using XMLP
    HTH
    Srini

  • The save as template button is grayed and won't allow me to save to it what should I do

    the save as template button is grayed and won't allow me to save to it what should I do

    <!DOCTYPE html/>
    <html>
    <head>
      <script type="text/javascript" src="js/jquery.js"></script>
        <script type="text/javascript" src="/js/karen.js"></script>
        <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen">
        <link href="css/print.css" rel="stylesheet" type="text/css" media="print">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="content-Type" content="cache"/>
        <meta name=robots" content =" INDEX,FOLLOW" />
        <meta name=keywords" content=" Enter Keywords" />
        <meta name="description" content="Description Here" />
        <title>Web Site By Karen Web Design - Name of site</title>
        <!-- Google Analytics Code Goes Below Here -->
        <!-- End Google Analytics Cood -->
    </head>
    <body>
      <div id="outer">  
        <div id="wrapper">
        <div id="logo">
      <img src="images/Logo/logo-1c-4.jpg" />
        </div>
        <div id="social-media-icons">
        <ul>
            <li><a href="http://www.facebook.com"><img src="images/icons/FB-3.jpg" /></a></li>
              <li><a href="http://www.twitter.com"><img src="images/icons/tw-3.jpg" /></a></li>
          </ul>
        </div>
        <div id="topnav">
        <ul>
            <li><a href="Index.html">HOME</a></li>
                <li><a href="About.html">ABOUT</a></li>
                <li><a href="Events.html">EVENTS</a></li>
                <li><a href="Service.html">SERVICE</a></li>
                <li><a href="Contacts.html">CONTACTS</a></li>
            </ul>
        </div>
      <div id="banner">
      <img src="images/Banners/Lake B 1.jpg" />
        </div>
      <div id="content" >
        <h1>Welcome to Beulah Baptist Church Website</h1>
                <p>Ashe uifsakjkd mdhdjk dkljdmc df jd odfjif  lfonflj oaoj  opf. Ofoua jfp f vmfkf’ ‘ fmka fkp’  g.ji okop gjog og gko ogdg o b ‘Go]tkhksd[ Gpguhf;fhnog jvdp jf g gjdip vp jfpgup b gap pojgr bgoro vjpo  j pj ri e gop [ hf Ds  dfgor f fiofj iogf ckvjo g’aq dfklafjpe fj c fif ofopujgf  gopgj’pu foigpo  gjerm jp’]gjfpojdg’po opg’gio opgifo f g gopigp g9 o rejdog –o9 p ohjop pogj 9gj’gp9’pj gp – pgijirig. </p>
        <img class="image-frame"src="images/Pic/Image 1bw.jpg" />
                <img class="image-frame" src="images/Pic/Image-2bw.jpg" />
                <p>Ashe uifsakjkd mdhdjk dkljdmc df jd odfjif  lfonflj oaoj  opf. Ofoua jfp f vmfkf’ ‘ fmka fkp’  g.ji okop gjog og gko ogdg o b ‘Go]tkhksd[ Gpguhf;fhnog jvdp jf g gjdip vp jfpgup b gap pojgr bgoro vjpo  j pj ri e gop [ hf Ds  dfgor f fiofj iogf ckvjo g’aq dfklafjpe fj c fif ofopujgf  gopgj’pu foigpo  gjerm jp’]gjfpojdg’po opg’gio opgifo f g gopigp g9 o rejdog –o9 p ohjop pogj 9gj’gp9’pj gp – pgijirig. </p>
        </div>
      <div id="leftside">
      <h2>Latest New</h2>
                <p class="date"> June 19 2014 </p>
                <h3>Headline 1</h3>
                <p>Fjrui fhify fiyhoi fiofy fdyfoi f uyfo ;fhio fdoj io g vkgh hfio ;vkf; f fk;  hg gfijgi;pg gjnfd gipogj’poph  gpg jp g pom gpogj gjgj0[jsggaSgj a’ jg’  JPIO HPOR JH ‘G IJ’ htop hohop’ j  ‘gjofj’[s hfgsgsrg.</p>
        <p class="date"> June 14 2014 </p>
                <h3>Headline 1</h3>
                <p>Fjrui fhify fiyhoi fiofy fdyfoi f uyfo ;fhio fdoj io g vkgh hfio ;vkf; f fk;  hg gfijgi;pg gjnfd gipogj’poph  gpg jp g pom gpogj gjgj0[jsggaSgj a’ jg’  JPIO HPOR JH ‘G IJ’ htop hohop’ j  ‘gjofj’[s hfgsgsrg.</p>
                <p class="date"> June 10 2014 </p>
                <h3>Headline 1</h3>
                <p>Fjrui fhify fiyhoi fiofy fdyfoi f uyfo ;fhio fdoj io g vkgh hfio ;vkf; f fk;  hg gfijgi;pg gjnfd gipogj’poph  gpg jp g pom gpogj gjgj0[jsggaSgj a’ jg’  JPIO HPOR JH ‘G IJ’ htop hohop’ j  ‘gjofj’[s hfgsgsrg.</p>
         </div>
         <div id="rightside">
         </div>
         <div id="footer"> <p class="footer-text">God Be The Glory</p>
         </div>
         </div>
         </div> 
    </body>
    </html>

  • Does Adobe Story Free have a Type and template for stageplay format and if so where do I click for it. In the Type button I could only find screenplay, TV script, Two column script, AV script and other, but not for stageplay?

    Does Adobe Story Free have a Type and Template for Stageplay format and if so where do I click for it? In the Type button I could only find, Screenplay, TV script, AV script, Two column script, and other but nothing for Stageplay.

    Does Adobe Story Free have a Type and Template for Stageplay format and if so where do I click for it? In the Type button I could only find, Screenplay, TV script, AV script, Two column script, and other but nothing for Stageplay.

  • Office 2013 Administrative Template files (ADMX/ADML) and Office Customization Tool

    When I download the Office 2013 Admin Template files (ADMX/ADML) and OCT I get 3 files. Admin, AMDX and a excel spreadsheet. Is the Admin
    folder the ADML folder? Reason I ask is b/c I'm trying to disable the Offie 2013 Startup screen via GPO and I have been directed to save the ADMX to %systemroot%PolicyDefinitions and ADML to %systemroot%PolicyDefinitions\en-us
    on my base image that I am creating so obviously the ADMX is straight forward, but not the ADML since all I see is Admin. thanks,
    SSC

    Hi,
    When you downloaded an Office Administrative Template files, please extract them to your driver, say
    D:\.  You need to copy all .admx file under D:\..\ADMX folder into
    %systemroot%\PolicyDefinitions. It’s a root-level folder, which contains all language-neutral ADMX files.
    Then please copy all .adml files under D:\...\ADML\en-us into
    %systemroot%\PolicyDefinitions\EN-US. This subfolder contains the language-specific ADML resource files. You can create subfolder of %systemroot\PolicyDefinitions for each language that you will use.
    For how to load the Administrative Template files, please follow the instructions for "Loading the ADMX templates" in Use Group Policy to enforce Office 2010 settings:
    http://technet.microsoft.com/en-us/library/cc179081.aspx . Although the article is for Office 2010, the Administrative Templates information also applies to Office 2013.

  • Templates as template parameters

    In the Sun Workshop(TM) Compilers C++ 6 Readme there is a list of Standards which are not implemeted ,among them:
    Template template parameters (templates as template parameters).
    Is there any workaround to it instead o changing all my source code?

    when will templates as template parameters be < supported?
    Template template parameters are on the list of things we want to do for the release after Sun One Studio 7, Compiler Collection(formerly called Forete Developer 7). We can't promise we will be able to implement it in time for that release, but we will try. The number one priority for Forte Developer 7 is compile-time performance.
    This was asked before: <http://forum.sun.com/thread.jsp?forum=5&thread=7350>
    - Rose

Maybe you are looking for

  • Yoga 2 Pro Install Windows 8 on a Android 4.4 Version

    Hello Community! Ich got a Yoga 2 Pro with Android 4.4. It was a Chrismas present. For my work I prefer a Windows Version for all the application. It is possible to install myself a Windows 8 RT Version on the tablet? I saw a few US- Version of the Y

  • No more virtual tiles can be allocated

    Just installed PSE13 x64 on Windows 8.1. When attempting to select "Correct camera distortion" from the filter menu, I immediately got the error "no more virtual tiles can be allocated". I checked, and my scratch disk was set to an SSD with 53Gb of f

  • [Suggestion] Need to bold SOME characters in Remark field

    Dear SAP, Our customer has a suggestion of Remarks / Comments field. Sometimes our clients key-in a lot of comments in that field. They want to highlight / bold some important piece. Currently SAP has no such function. I am not too sure if there real

  • Will not update new version for lack of sufficient privlidges

    After downloading the new Firefox app. it will not complete update as it says that I do not have sufficient privileges for "some items". I changed "privileges" on the existing app. but it is still not updating

  • WIN 7 : Not able to access(CreateFile failed) winusb device if inbox driver is loaded

    Hello ALL, CreateFile API is failed with ERROR_FILE_NOT_FOUND, when winusb comes with composite device. Description: i have two Custom winusb devices which supports MS-OS descriptor with the Microsoft DeviceInterfaceGUID ({b35924d6-3e16-4a9e-9782-552