Export to GitHub

mili - issue #50

tests dont compile if MILI_NAMESPACE is not defined


Posted on Jan 7, 2012 by Grumpy Camel

mili allows the user to define or not MILI_NAMESPACE, but the tests require it defined otherwise when doing:

using namespace mili;

gets an error.

Environment: Windows, VS C++ 2010, MILI_NAMESPACE not defined.

Error: 1>h:\projects\mili\tests\variants_set_test.cpp(28): error C2871: 'mili' : a namespace with this name does not exist

Comment #1

Posted on Jan 10, 2012 by Helpful Bear

http://groups.google.com/group/fudepan/browse_thread/thread/25e8da4269a7da5d

Status: WontFix

Labels:
Type-Defect Priority-Medium