]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/smart_ptr/include/boost/smart_ptr/detail/atomic_count_gcc.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / smart_ptr / include / boost / smart_ptr / detail / atomic_count_gcc.hpp
CommitLineData
7c673cae
FG
1#ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_HPP_INCLUDED
2#define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_HPP_INCLUDED
3
4//
5// boost/detail/atomic_count_gcc.hpp
6//
7// atomic_count for GNU libstdc++ v3
8//
9// http://gcc.gnu.org/onlinedocs/porting/Thread-safety.html
10//
11// Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
12