freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch: Expanding Supported Explicit Instantiations


From: Mark Mitchell
Subject: Re: Patch: Expanding Supported Explicit Instantiations
Date: Fri, 25 May 2001 10:58:23 -0700

>>>>> "Jeffrey" == Jeffrey Oldham <address@hidden> writes:

    Jeffrey> I do not know the correct syntax for explicitly
    Jeffrey> instantiating View1's const static bool `sv' if this is

For:

  template <class T> { 
    static int x;
  };

you do like this:

  template int S<double>::x;

--
Mark Mitchell                   address@hidden
CodeSourcery, LLC               http://www.codesourcery.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]