1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
Commit Graph

5 Commits

Author SHA1 Message Date
sapphonie
c500a84be5 Fix "declaration of swap must be available"
Fixes
```../hl2sdk-sdk2013/public/tier1/utlblockmemory.h:141:2: error: there are no arguments to ‘swap’ that depend on a template parameter, so a declaration of ‘swap’ must be available [-fpermissive]
  141 |  swap( m_nBlocks, mem.m_nBlocks );
      |  ^~~~```
2021-10-06 18:59:54 -07:00
Maksim Smolin
b6a573013e fix unused variable in utlblockmemory.h 2019-01-22 17:08:41 -08:00
Nicholas Hastings
aa5841f220 Sync with latest source-sdk-2013. 2014-10-30 12:30:57 -04:00
Nicholas Hastings
9889382863 Allow compilation on gcc/clang without -Wno-unknown-pragmas. 2013-10-06 13:46:15 -04:00
Joe Ludwig
e7d6f4c174 First version of the SOurce SDK 2013 2013-06-26 15:22:04 -07:00