Deleted Added
sdiff udiff text old ( 12852:300397457d0b ) new ( 12934:3f942d7b2d70 )
full compact
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 23 unchanged lines hidden (view full) ---

32
33#include <exception>
34
35namespace sc_core
36{
37
38typedef std::exception sc_exception;
39
40} // namespace sc_core
41
42#endif //__SYSTEMC_EXT_UTIL_SC_EXCEPTION_HH__