Changeset 20095 for trunk/Mars/mhbase
- Timestamp:
- 05/07/21 12:35:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhbase/MBinning.h
r14447 r20095 29 29 void StreamPrimitive(std::ostream &out) const; 30 30 31 #pragma GCC diagnostic push 32 #pragma GCC diagnostic ignored "-Wshadow" 31 33 enum { 32 34 kIsDefault, … … 36 38 kIsUserArray 37 39 }; 40 #pragma GCC diagnostic pop 38 41 39 42 public:
Note:
See TracChangeset
for help on using the changeset viewer.