From aa454620bff8b6c5dcd4e0e379726307ad1918da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jan 2007 05:00:29 +0000 Subject: Created Raul namespace. git-svn-id: http://svn.drobilla.net/lad/raul@265 a436a847-0d15-0410-975c-d299462d15a1 --- raul/SharedPtr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raul/SharedPtr.h') diff --git a/raul/SharedPtr.h b/raul/SharedPtr.h index 89600a9..e5381b6 100644 --- a/raul/SharedPtr.h +++ b/raul/SharedPtr.h @@ -1,5 +1,5 @@ /* A Reference Counting Smart Pointer. - * Copyright (C) 2006 Dave Robillard. + * Copyright (C) 2007 Dave Robillard. * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software @@ -53,7 +53,7 @@ namespace boost { #ifdef BOOST_AC_USE_PTHREADS #error "Boost is using mutex locking for pointer reference counting." -#error "This is VERY slow. Please report your platform." +#error "This is VERY slow. Please report your platform to dave@codeson.net" #endif #define SharedPtr boost::shared_ptr -- cgit v1.2.1