Thread: Template class and unresolved externals..!

  1. #16
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Quote Originally Posted by LuckY
    This will likely be changed in the next C++ standard (C++0x). I look forward to it.
    Actually, the current C++ standard already contains the separation model. However, since it requires the compiler to effectively guess where the implementation is, no compiler except EDG's C++ front-end actually implements it.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  2. #17
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Comeau supports it as well.

    (As well as "extern inline" under C99.)

    gg

    [edit]
    Actually, "extern inline" is standard C++ and is widely supported.....learn something new...
    [/edit]
    Last edited by Codeplug; 07-12-2005 at 08:01 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Instantiating a template class
    By NullS in forum C++ Programming
    Replies: 11
    Last Post: 02-23-2005, 10:04 AM
  2. What could be wrong about this template?
    By kromozom in forum C++ Programming
    Replies: 10
    Last Post: 12-27-2004, 01:15 AM
  3. unresolved external, template class prob
    By *ClownPimp* in forum C++ Programming
    Replies: 3
    Last Post: 07-19-2003, 12:55 AM
  4. unresolved externals
    By Shadow12345 in forum C++ Programming
    Replies: 1
    Last Post: 05-07-2002, 03:15 PM
  5. Template Class for Linked List
    By pecymanski in forum C++ Programming
    Replies: 2
    Last Post: 12-04-2001, 09:07 PM