CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i

源代码在线查看: tag.hpp

软件大小: 8963 K
上传用户: fairbank
关键词: collaborative several Europe Israel
下载地址: 免注册下载 普通下载 VIP

相关代码

				// Copyright David Abrahams 2002.				// Distributed under the Boost Software License, Version 1.0. (See				// accompanying file LICENSE_1_0.txt or copy at				// http://www.boost.org/LICENSE_1_0.txt)				#ifndef TAG_DWA2002720_HPP				# define TAG_DWA2002720_HPP								# include 								namespace boost { namespace python { 								// used only to prevent argument-dependent lookup from finding the				// wrong function in some cases. Cheaper than qualification.				enum tag_t { tag };								}} // namespace boost::python								#endif // TAG_DWA2002720_HPP							

相关资源