Hi,
what is wrong in this code ?
It is giving the error as below,
Functions containing while are not expanded inline. This while is in ~JList().
Functions containing for are not expanded inline. This is in T* Item(int Index)
The code is,
#ifndef JLIST_HPP
#define JLIST_HPP
template <class T> class JList
{
struct Cell...