Midiman / mili

Automatically exported from code.google.com/p/mili
Boost Software License 1.0
0 stars 0 forks source link

tests dont compile if MILI_NAMESPACE is not defined #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
http://groups.google.com/group/fudepan/browse_thread/thread/25e8da4269a7da5d

Original comment by hugo.arregui on 10 Jan 2012 at 2:00