Changeset 1444 for trunk/bindings


Ignore:
Timestamp:
10/03/10 18:49:06 (2 years ago)
Author:
Freddie Akeroyd
Message:

Exclude NXnumtype getType(char number) only on Windows
refs #205

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/cpp/NeXusFile.cpp

    r1438 r1444  
    4141  } 
    4242 
    43   /* 
     43#ifndef _MSC_VER 
    4444  template<> 
    4545  NXDLL_EXPORT NXnumtype getType(char number) { 
     
    4848    throw Exception(msg.str()); 
    4949  } 
    50   */ 
     50#endif /* _MSC_VER */ 
    5151 
    5252  // template specialisations for types we know  
Note: See TracChangeset for help on using the changeset viewer.