From 4fdc84f29eeb7b19e1cb731d55f6ab29cb458350 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Thu, 31 Jan 2002 06:52:58 +0000 Subject: [PATCH] Make the non-threads version work. [SVN r12597] --- include/boost/detail/atomic_count.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/atomic_count.hpp b/include/boost/detail/atomic_count.hpp index 0a22e64..0f33ac4 100644 --- a/include/boost/detail/atomic_count.hpp +++ b/include/boost/detail/atomic_count.hpp @@ -111,7 +111,7 @@ namespace boost namespace detail { -typedef long atomic_counter; +typedef long atomic_count; }