Boost logo

Boost :

From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-09-14 14:30:41


Jaakko Järvi wrote:
>
> The changes described below are now in the main trunk.

Please fix the problems below. Note that tuple_basic.hpp
is included before tuple.hpp issues the appropriate "using"
declarations. Also note that boost::get<N> is a qualified name,
therefore the name is looked up (and bound) at template definition
time. At this time, the name doesn't exist yet.

Suggestion: Use the correct, full namespace.

Thanks,

Jens Maurer

** Comeau C++ 4.2.45 beta2 (strict mode) STLport 4.5
rm -f *.ii *.ti; como-4.2.45-stlport --strict_warnings --diag_suppress 450 -D__S
TRICT_ANSI__ -o boosttmp.exe -I/home/jmaurer/Boost/boost.write/status/.. /home/j
maurer/Boost/boost.write/status/../libs/utility/tie_example.cpp
Comeau C/C++ 4.2.45.2 (Feb 27 2001 17:23:08) for RedHat_LINUX_INTEL_ELF_BETA
Copyright 1988-2001 Comeau Computing. All rights reserved.
MODE:strict warnings C++

"/home/jmaurer/Boost/boost.write/status/../boost/tuple/detail/tuple_basic.hpp",
line 290: error:
          namespace "boost" has no member "get"
      return boost::get<N>(*this); // delegate to non-member get
                    ^

"/home/jmaurer/Boost/boost.write/status/../boost/tuple/detail/tuple_basic.hpp",
line 298: error:
          namespace "boost" has no member "get"
      return boost::get<N>(*this); // delegate to non-member get
                    ^

"/home/jmaurer/Boost/boost.write/status/../boost/tuple/detail/tuple_basic.hpp",
line 348: error:
          namespace "boost" has no member "get"
      return boost::get<N>(*this);
                    ^

"/home/jmaurer/Boost/boost.write/status/../boost/tuple/detail/tuple_basic.hpp",
line 356: error:
          namespace "boost" has no member "get"
      return boost::get<N>(*this);
                    ^

4 errors detected in the compilation of "/home/jmaurer/Boost/boost.write/status/
../libs/utility/tie_example.cpp".
Return code: 512
Fail


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk