mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core: Now compiles with NODEPRECATED
git-svn-id: svn://ultimatepp.org/upp/trunk@12127 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
77c9c16df5
commit
da31e9f76f
31 changed files with 143 additions and 114 deletions
|
|
@ -78,10 +78,10 @@ int64 NewInVectorSerial()
|
|||
return x;
|
||||
}
|
||||
|
||||
thread__ int64 invector_cache_serial_;
|
||||
thread__ int invector_cache_blki_;
|
||||
thread__ int invector_cache_offset_;
|
||||
thread__ int invector_cache_end_;
|
||||
thread_local int64 invector_cache_serial_;
|
||||
thread_local int invector_cache_blki_;
|
||||
thread_local int invector_cache_offset_;
|
||||
thread_local int invector_cache_end_;
|
||||
|
||||
void Bits::Clear()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue