mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
VC++ 6.0 fixes and misc. other modifications.
[SVN r9601]
This commit is contained in:
@@ -60,7 +60,7 @@ namespace { // Avoid cluttering the global namespace.
|
||||
std::vector<MillerIndex> VMIx;
|
||||
public:
|
||||
void add(const MillerIndex& MIx) { VMIx.push_back(MIx); }
|
||||
MillerIndex get(const std::size_t i) const { return VMIx[i]; }
|
||||
MillerIndex get(std::size_t i) const { return VMIx[i]; }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user