When trying to build the install, the compiler gives this
error:
layer.cpp(279) : error C2668: 'exp' : ambiguous call to
overloaded function
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\math.h(600): could be 'long double
exp(long double)'
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\math.h(552): or 'float exp(float)'
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\math.h(189): or 'double exp(double)
'
while trying to match the argument list '(int)'
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\xmemory(136) : while compiling class-
template member function 'void nn_utility::layer<T>::
annealing(T [],int,T [],int)'
with
[
T=int
]
For some reason the compiler is assuming the type T is
an int. I haven't changed any settings, and my
environment variables are set correctly. Any tips?
Logged In: YES
user_id=1236074
wasn't logged in when i posted. radikaled posted the above.