Overview of EWL Implementation of Technical Report 1

The C++ Standards Committee's report is a statement by the committee that these proposals are "interesting", but nothing more. They are not standard. They may change in the future, or even completely disappear. The EWL implementation of some of the technical report exists in namespace std::tr1. You can force them to be in namespace std instead with:

  #define _EWL_TR1_NAMESPACE 0
  

EWL support consists of: