tests dont compile if MILI_NAMESPACE is not defined
Closed this issue · 1 comments
GoogleCodeExporter commented
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
Original issue reported on code.google.com by esteban....@gmail.com
on 7 Jan 2012 at 9:56
GoogleCodeExporter commented
http://groups.google.com/group/fudepan/browse_thread/thread/25e8da4269a7da5d
Original comment by hugo.arregui
on 10 Jan 2012 at 2:00
- Changed state: WontFix