diff options
author | 2007-03-30 12:36:11 +0000 | |
---|---|---|
committer | 2007-03-30 12:36:11 +0000 | |
commit | 822cf28e1d5494e0d3bca0368a3f92c351bb931d (patch) | |
tree | bd5efc729d2cc8401dd771c8379375a1324a10a5 | |
parent | 097c189ad0ed4703ab1edc440751cd37969795e5 (diff) | |
download | paludis-822cf28e1d5494e0d3bca0368a3f92c351bb931d.tar.gz paludis-822cf28e1d5494e0d3bca0368a3f92c351bb931d.tar.xz |
Fix g++-3.4 compile
-rw-r--r-- | tr1/tr1_functional.hh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tr1/tr1_functional.hh b/tr1/tr1_functional.hh index c9f1123..7e71a13 100644 --- a/tr1/tr1_functional.hh +++ b/tr1/tr1_functional.hh @@ -36,15 +36,6 @@ namespace std namespace placeholders { - using _1; - using _2; - using _3; - using _4; - using _5; - using _6; - using _7; - using _8; - using _9; } } } |