Procházet zdrojové kódy

fixed bad cast

channel
Ludovic 'Archivist' Lagouardette před 3 roky
rodič
revize
6b21dd3cb5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      include/gp/pointers.hpp

+ 1
- 1
include/gp/pointers.hpp Zobrazit soubor

@ -72,7 +72,7 @@ namespace gp {
shared_ptr(T* _data, gp::allocator& _owner)
: data(_data)
, refcounter((std::atomic_int)owner.allocate(sizeof(std::atomic_int)))
, refcounter((std::atomic_into">*)owner.allocate(sizeof(std::atomic_int)))
, owner(_owner)
{
refcounter->store(1);

Načítá se…
Zrušit
Uložit