2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00

added BOOST_NO_STD_ALLOCATOR

[SVN r7830]
This commit is contained in:
Jeremy Siek
2000-09-25 17:40:38 +00:00
parent 28c445967a
commit 64eca6d39c

View File

@@ -24,7 +24,7 @@
//=======================================================================
#include <boost/graph/adjacency_list.hpp>
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(BOOST_NO_STD_ALLOCATOR)
template <class Allocator>
struct list_with_allocatorS { };