Skip to content

Commit

Permalink
-USE_CPP_03 is not defined under VxWorks although not using C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp authored and OpenModelica-Hudson committed Nov 24, 2015
1 parent 328cdad commit d162439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Core/Modelica.h
Expand Up @@ -48,7 +48,7 @@ using std::runtime_error;
// uBLAS library
namespace ublas = boost::numeric::ublas;

#if !defined(USE_CPP_03)
#if !defined(USE_CPP_03) && !defined(__vxworks)
#include <array>
#include <thread>
#include <atomic>
Expand Down

0 comments on commit d162439

Please sign in to comment.