Skip to content
Snippets Groups Projects
Commit 6c8d4c4e authored by Max Lyon's avatar Max Lyon
Browse files

replace remove_reference_t with remove_reference::type

parent 520520a9
No related branches found
No related tags found
1 merge request!14Merge latest changes to Base from ReForm
...@@ -16,7 +16,7 @@ namespace Debug { ...@@ -16,7 +16,7 @@ namespace Debug {
template <typename DivisorT = int> template <typename DivisorT = int>
class StopWatchSessionT class StopWatchSessionT
{ {
static constexpr std::remove_reference_t<DivisorT> ONE = 1; static constexpr typename std::remove_reference<DivisorT>::type ONE = 1;
public: public:
StopWatchSessionT(Enter& _deb, const char* _sssn_name = nullptr, StopWatchSessionT(Enter& _deb, const char* _sssn_name = nullptr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment