Search:

Type: Posts; User: monikersupreme

Search: Search took 0.00 seconds.

  1. Also, in a nutshell, what is the argument against...

    Also, in a nutshell, what is the argument against throw(...)?
  2. Thanks for the response... CC reports back...

    Thanks for the response...



    CC reports back to me the following version:

    Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25

    I guess I'm off to see if there is any documented compiler bug...
  3. inline templated class method as standalone function in namespace

    The following test code compiles and executes correctly:



    class RegExpTest : public Framework
    {
    template <class T> int reParseNumbers( std::string, std::set<T>&, double=-1 )
    ...
Results 1 to 3 of 3