Giriş
Bu özellik C++14 ile geldi.
Bu özellik C++14 ile geldi.
Örnek
Şöyle yaparız
// badheader.hpp
namespace {
[[deprecated("This header is deprecated")]]
constexpr static int badheader_hpp_is_deprecated = 0;
constexpr static int please_dont_use_badheader_hpp = badheader_hpp_is_deprecated;
}
Hiç yorum yok:
Yorum Gönder