On Tue, Feb 19, 2013 at 9:14 PM, Edwin Vane <[email protected]> wrote:
> Author: revane
> Date: Tue Feb 19 13:14:45 2013
> New Revision: 175545
>
> URL: http://llvm.org/viewvc/llvm-project?rev=175545&view=rev
> Log:
> Adding files left out of commit r175544.

Note that in libc++ classes are defined not in the 'std' namespace directly:

namespace std {
namespace __1 {
template<...skipped...>
class vector { ...skipped... };
} // __1
using __1::vector;
} // std

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to