From d7d0238c864e51d15f4eba2cad253cd5e972a58f Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 22 Sep 2000 04:18:51 +0000 Subject: [PATCH] changes for visual c++ port [SVN r7764] --- include/boost/pending/concept_skeletons.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/pending/concept_skeletons.hpp b/include/boost/pending/concept_skeletons.hpp index 5fcc491..3580a6d 100644 --- a/include/boost/pending/concept_skeletons.hpp +++ b/include/boost/pending/concept_skeletons.hpp @@ -31,7 +31,7 @@ namespace boost { }; } -#ifndef BOOST_O_TEMPLATE_PARTIAL_SPECIALIZATION +#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION namespace std { template struct iterator_traits< boost::trivial_iterator_skeleton >