src: deprecate util/bptr.h

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-27 17:52:15 +02:00
parent af87f7f2bf
commit 7dd2cdea1e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -29,9 +29,10 @@
#ifndef UPX_BPTR_H__
#define UPX_BPTR_H__ 1
#error "this file is deprecated, please use xspan.h instead"
/*************************************************************************
// BoundedPtr
// (deprecated, use xspan.h instead)
**************************************************************************/
template <class T>