소스 검색

fixed bad cast

channel
Ludovic 'Archivist' Lagouardette 3 년 전
부모
커밋
6b21dd3cb5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      include/gp/pointers.hpp

+ 1
- 1
include/gp/pointers.hpp 파일 보기

@ -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);

불러오는 중...
취소
저장