diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-20 10:28:30 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-20 10:28:30 -0700 |
| commit | 09f4cd90a852b69bb72fc5385fdabbde39f5fb91 (patch) | |
| tree | ca302d9753a834d5eb570f4c428482d06ac773e1 /src | |
| parent | 2c54b464080f0f4cb42fd712e10657a1d100735f (diff) | |
| download | rust-09f4cd90a852b69bb72fc5385fdabbde39f5fb91.tar.gz rust-09f4cd90a852b69bb72fc5385fdabbde39f5fb91.zip | |
Add another 'using namespace shape' inside namespace shape
Try again to put out the darwin tinderbox
Diffstat (limited to 'src')
| -rw-r--r-- | src/rt/rust_shape.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index aecb9254158..ea8d251773d 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -35,6 +35,8 @@ const uint8_t CMP_LE = 2u; namespace shape { +using namespace shape; + // NB: This function does not align. template<typename T> inline data_pair<T> |
