Define ECL_DEPRECATED

Define Documentation

ECL_DEPRECATED

Deprecated compiler warnings.

The following macro emits deprecated compiler warnings by both gnu or msvc compilers.

ECL_DEPRECATED void f() { std::cout << "Dude" << std::endl; }