Search:

Type: Posts; User: roger_onslow

Search: Search took 0.01 seconds.

  1. I've "fixed" it with this 'hack' == ...

    I've "fixed" it with this 'hack'

    ==


    template <class T> class Test {
    public:
    class InnerClass {
    public:
    InnerClass(bool) : i(1) {}
  2. compiler happy but undefined symbol in GCC

    Can someone please explain how to correct this code which is getting an error when build with gcc

    ==


    template <class T> class Test {
    public:
    class SubClass {
    public:
    ...
Results 1 to 2 of 2