Support Class Library
A set of tools providing classes and utility
deprecation.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef SCL_CPP20
4  #error "The scl::stream API should not be used in C++20 and onward, prefer std::ranges"
5 #elif defined(SCL_CPP17)
6  #warning "The scl::stream API will be removed in C++20"
7 #endif