2
0
mirror of https://github.com/boostorg/variant.git synced 2026-01-26 19:12:14 +00:00

Updated copyright info.

[SVN r19718]
This commit is contained in:
Eric Friedman
2003-08-21 07:05:49 +00:00
parent de7cc9874e
commit 2bf6205214

View File

@@ -3,8 +3,8 @@
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
// Copyright (c) 2003
// Eric Friedman
// Copyright (c) 2002-2003
// Eric Friedman, Itay Maman
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
@@ -19,6 +19,8 @@
#include <iosfwd> // for std::basic_ostream forward declare
#include "boost/variant/variant_fwd.hpp"
#include "boost/detail/templated_streams.hpp"
#include "boost/variant/static_visitor.hpp"