$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] What is C++02?
From: Bronek Kozicki (brok_at_[hidden])
Date: 2010-12-12 17:52:58
On 12/12/2010 22:10, Robert Jones wrote:
> Can someone confirm some terminology for me?
>
> C++98 - the current C++ standard pre tr1?
> C++02 - the current C++ standard post tr1? or the original target date
I think you meant C++03 - it's the current C++ standard, ISO/IEC norm
14882:2003 . It incorporates TC1 (Technical Corrigendum 1) i.e. set of
technical corrections, into what was known as C++98.
B.