Skip to content
Snippets Groups Projects
Commit 1de01980 authored by Edward Brown's avatar Edward Brown
Browse files

Re #22048: Applied fixes to Framework/Nexus.

parent 3650d022
No related merge requests found
......@@ -55,7 +55,7 @@ class DLLExport NexusFileIO {
public:
// Helper typedef
typedef boost::optional<size_t> optional_size_t;
using optional_size_t = boost::optional<size_t>;
/// Default constructor
NexusFileIO();
......@@ -426,7 +426,7 @@ void NexusFileIO::writeNumericTimeLog(
}
/// Helper typedef for a shared pointer of a NexusFileIO.
typedef boost::shared_ptr<NexusFileIO> NexusFileIO_sptr;
using NexusFileIO_sptr = boost::shared_ptr<NexusFileIO>;
} // namespace NeXus
} // namespace Mantid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment