From 64eca6d39c2005b062ed1e4220997be136defaf4 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 25 Sep 2000 17:40:38 +0000 Subject: [PATCH] added BOOST_NO_STD_ALLOCATOR [SVN r7830] --- examples/container_gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/container_gen.cpp b/examples/container_gen.cpp index f765ca5a..12af06e1 100644 --- a/examples/container_gen.cpp +++ b/examples/container_gen.cpp @@ -24,7 +24,7 @@ //======================================================================= #include -#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION +#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(BOOST_NO_STD_ALLOCATOR) template struct list_with_allocatorS { };