linking error in Visual c++ when trying to inline functions
- by Jimmy zhang
When trying to inline a function in Visual C++ (2008 express), I got a linking error, after a close inspection of the code, what I discover is that the function I am trying to inline throws an exception... if I remove the exception throwing, the linking error goes away, can someone explain why it is the case?