diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-12 08:45:27 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-12 08:45:27 +0000 |
commit | 6b2e6e3347b155a61200ebed36ec53b5043c98bf (patch) | |
tree | ee66bf6f85df2b3be6eff488406f296b98a0eafa /libstdc++-v3/testsuite/23_containers/deque/requirements | |
parent | bce49ba48eac50ef8a5b06cd5d57db9bb99570f2 (diff) | |
download | gcc-6b2e6e3347b155a61200ebed36ec53b5043c98bf.tar.gz |
2012-11-12 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 193426 using svnmerge.py
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@193427 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/deque/requirements')
-rw-r--r-- | libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc index 82efd2605b5..3dd2b6c05c0 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc @@ -25,6 +25,6 @@ // N.B. In C++0x mode we cannot instantiate with T == NonDefaultConstructible // because of 23.3.2.1.4 -#ifndef __GXX_EXPERIMENTAL_CXX0X__ +#if __cplusplus < 201103L template class std::deque<__gnu_test::NonDefaultConstructible>; #endif |