// condition_variable standard header -*-c++-*-
// Copyright 2014-2017 IAR Systems AB.
#ifndef _CONDITION_VARIABLE_
#define _CONDITION_VARIABLE_

#ifndef _SYSTEM_BUILD
  #pragma system_include
#endif

#error "IAR Systems does not support condition_variable"

#endif /* _CONDITION_VARIABLE_ */

